ComponentOne List for WinForms
C1.Win.C1List Namespace / ColMoveEventArgs Class / Cancel Property

In This Topic
    Cancel Property (ColMoveEventArgs)
    In This Topic
    Gets or sets a value indicating whether the column moving action is to be canceled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also