CGXGridParam::SetSortRowsOnDblClk

void SetSortRowsOnDblClk(BOOL b);

b

TRUE if mode shall be enabled; FALSE otherwise.

Remarks

Enables sorting the grid by a specific row when the user double-clicks on the header. Sorting will be done by calling the virtual method CGXGridCore::SortRows.

See Also

 CGXGridCore::SortRows

CGXGridParam

 Class Overview |  Class Members