ClassColumnReorderCompletingEventArgs
Encapsulates data associated with the ColumnReorderCompleting event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ColumnReorderCompletingEventArgs : EventArgs
Inheritance: objectEventArgsColumnReorderCompletingEventArgs
Inherited Members
Constructors
ColumnReorderCompletingEventArgs()
Declaration
public ColumnReorderCompletingEventArgs()
Properties
Cancel
Gets or sets a value that indicates whether the reordering operation is canceled.
Column
Gets the column that is being reordered.
IsDropAllowed
Gets a value that indicates whether the column was dropped at a valid location. A valid location would mean that the column has changed its index and/or the value of its IsFrozen property and the drop at this location was not forbidden by setting the CanDrop property of the ColumnReorderingEventArgs to false.
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.