Class DataGridColumnResizingEventArgs
Provides data for the ColumnResizing event.
Inheritance
System.Object
DataGridColumnResizingEventArgs
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridColumnResizingEventArgs : CancelEventArgs
Constructors
DataGridColumnResizingEventArgs()
Declaration
public DataGridColumnResizingEventArgs()
Properties
Index
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
NewValue
Declaration
public double NewValue { get; }
Property Value
Type |
---|
System.Double |
ResizingState
Gets or sets the status of a currently resizing column.
Declaration
public DataGridProgressState ResizingState { get; }
Property Value
Type |
---|
DataGridProgressState |