Class FreezeLineMovingEventArgs
Provides information about FreezeLineMoving event callback.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class FreezeLineMovingEventArgs : FreezeLineMovedEventArgs
Constructors
FreezeLineMovingEventArgs()
Declaration
public FreezeLineMovingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the freeze line moving action.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is |