Class ColumnUserResizeCompletedEventArgs
Represents data for the ColumnUserResizeCompleted event.
Inheritance
System.Object
ColumnUserResizeCompletedEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ColumnUserResizeCompletedEventArgs : EventArgs
Properties
Column
Gets DataGridColumn that was resized.
Declaration
public DataGridColumn Column { get; }
Property Value
DataGridColumn
|
Width
Gets the width the DataGridColumn was resized to.
Declaration
public double Width { get; }
Property Value
System.Double
|