ClassColumnReorderingEventArgs
Class
Encapsulates data associated with the ColumnReordering event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ColumnReorderingEventArgs : EventArgs
Inheritance: objectEventArgsColumnReorderingEventArgs
Inherited Members
Constructors
ColumnReorderingEventArgs()
Declaration
cs-api-definition
public ColumnReorderingEventArgs()
Properties
CanDrop
Gets or sets a value that indicates whether dropping the column at this specific location is allowed.
Column
Gets the column that is being reordered.
NewIndex
Gets the new potential index of the column that is being reordered.
NewIsFrozen
Gets the new potential IsFrozen value of the column that is being reordered.