Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilteringColumnEventArgs Class / Cancel Property


In This Topic
    Cancel Property (AutoFilteringColumnEventArgs)
    In This Topic
    Gets or sets whether to cancel the filtering.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    'Usage
     
    Dim instance As AutoFilteringColumnEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also