Class ResizeArgs
Provides information about an OnResizeStart event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeArgs : GridEventBaseArgs
Constructors
ResizeArgs()
Declaration
public ResizeArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the resize action.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is |
Column
Gets the details of the resizing column.
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn | A GridColumn object that represents the details of the resizing column. |