ComponentOne FlexGrid for WinForms
Cancel Property (SortColEventArgs)

C1.Win.C1FlexGrid Namespace > SortColEventArgs Class : Cancel Property
Gets or sets a value indicating whether the drag operation should be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
public bool Cancel {get; set;}
Remarks
Setting this parameter to true cancels the built-in sort operation and leaves the sorting glyph unchanged.
See Also

Reference

SortColEventArgs Class
SortColEventArgs Members