FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SortColEventArgs Class / Cancel Property

In This Topic
    Cancel Property (SortColEventArgs)
    In This Topic
    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