Class
ColumnReorderStartingEventArgs

Encapsulates data associated with the ColumnReorderStarting event.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ColumnReorderStartingEventArgs : EventArgs

Inheritance: objectEventArgsColumnReorderStartingEventArgs

Inherited Members EventArgs.Empty

Constructors

ColumnReorderStartingEventArgs()

Declaration

cs-api-definition
public ColumnReorderStartingEventArgs()

Properties

Cancel

Gets or sets a value that indicates whether the reordering operation is canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Column

Gets the column that will be reordered.

Declaration

cs-api-definition
public DataGridColumn Column { get; }

Property Value

DataGridColumn

Index

Gets the index of the column that will be reordered.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int