ComponentOne FlexGrid for WinForms
Handled Property (SortColEventArgs)

C1.Win.C1FlexGrid Namespace > SortColEventArgs Class : Handled Property
Gets or sets a value indicating whether the drag operation has been handled by the event handler.
Syntax
'Declaration
 
Public Property Handled As Boolean
public bool Handled {get; set;}
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

Reference

SortColEventArgs Class
SortColEventArgs Members