C1.Win.FlexGrid Namespace / SortColEventArgs Class / Handled Property

In This Topic
Handled Property (SortColEventArgs)
In This Topic
Gets or sets a value indicating whether the drag operation has been handled by the event handler.
Syntax
'Declaration
 
Public Property Handled As Boolean
 
Remarks
Setting this parameter to true cancels the built-in sort but updates the sorting glyph as if the sort had been performed. This is useful when the event handler performs custom sorting.
See Also