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


"

The following tables list the members exposed by BeforeColumnSortEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeColumnSortEventArgs ConstructorThe constructor for the BeforeColumnSortEventArgs.  
Top

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