Encapsulates data associated with the ColumnReorderStarting event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ColumnReorderStartingEventArgs : EventArgs
Inheritance: objectEventArgsColumnReorderStartingEventArgs
Inherited Members
Constructors
C#
public ColumnReorderStartingEventArgs()
Properties
Gets or sets a value that indicates whether the reordering operation is canceled.
C#
public bool Cancel { get; set; }
Gets the column that will be reordered.
C#
public DataGridColumn Column { get; }