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


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

    Property Value

    Boolean: true to cancel; false otherwise
    See Also