Επεξεργασία

DataGridColumnReorderingEventArgs Class

Definition

Provides data for the ColumnReordering event.

public ref class DataGridColumnReorderingEventArgs : System::Windows::Controls::DataGridColumnEventArgs
public class DataGridColumnReorderingEventArgs : System.Windows.Controls.DataGridColumnEventArgs
type DataGridColumnReorderingEventArgs = class
    inherit DataGridColumnEventArgs
Public Class DataGridColumnReorderingEventArgs
Inherits DataGridColumnEventArgs
Inheritance
DataGridColumnReorderingEventArgs

Constructors

Name Description
DataGridColumnReorderingEventArgs(DataGridColumn)

Initializes a new instance of the DataGridColumnReorderingEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value that indicates whether the reordering operation is stopped before completion.

Column

Gets the column related to the event.

(Inherited from DataGridColumnEventArgs)
DragIndicator

Gets or sets the control that is used to display the visual indicator of the header for the column that is being dragged.

DropLocationIndicator

Gets or sets the control that is used to display the visual indicator of the current drop location during a column drag operation.

Applies to