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