dbicList Send comments on this topic.
BeforeColumnSortEventArgs Class Properties
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : BeforeColumnSortEventArgs Class


"

For a list of all members of this type, see BeforeColumnSortEventArgs members.

"

Public Properties

 NameDescription
public PropertyAllowSortIndicate wether or not to proceed with the Sort. To cancel the sort set e.AllowSort = False in the BeforeColumnSort Event.  
public PropertyColumnsAn array of columns in the order in which the sort is to occur. See Sort Method  
Top

See Also