Class SyncfusionAllowCancelEventArgs
Represents the base class for EventArgs with an AllowCancel property.
Inheritance
System.Object
SyncfusionAllowCancelEventArgs
Inherited Members
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 |