DataGridColumnReorderingEventArgs Class

Definition

Provides data for the ColumnReordering event.

public class DataGridColumnReorderingEventArgs : System.ComponentModel.CancelEventArgs
type DataGridColumnReorderingEventArgs = class
    inherit CancelEventArgs
Public Class DataGridColumnReorderingEventArgs
Inherits CancelEventArgs
Inheritance
DataGridColumnReorderingEventArgs

Constructors

DataGridColumnReorderingEventArgs(DataGridColumn)

Initializes a new instance of the DataGridColumnReorderingEventArgs class.

Properties

Column

Gets the column being moved.

DragIndicator

Gets or sets the popup indicator displayed while dragging. If null and Handled = true, then do not display a tooltip.

DropLocationIndicator

Gets or sets the Control to display at the insertion position. If null and Handled = true, then do not display an insertion indicator.

Applies to