alexa

    Show / Hide Table of Contents

    Class SyncfusionAllowCancelEventArgs

    Represents the base class for EventArgs with an AllowCancel property.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    SyncfusionAllowCancelEventArgs
    DisplayElementChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class SyncfusionAllowCancelEventArgs : SyncfusionCancelEventArgs

    Constructors

    SyncfusionAllowCancelEventArgs()

    Declaration
    public SyncfusionAllowCancelEventArgs()

    Properties

    AllowCancel

    Gets or sets the value that indicates whether the event supports canceling the current operation that raised the event or not.

    Declaration
    [TraceProperty(true)]
    public bool AllowCancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX