DataGridColumnReorderingEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataGridColumnReorderingEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancel Gets or sets a value that indicates whether the operation should be canceled. (Inherited from CancelEventArgs.)
Public property Column Gets the column that is being moved.
Public property DragIndicator Gets or sets the template that is used to display the visual indicator of a column header while the user drags it.
Public property DropLocationIndicator Gets or sets the template that is used to display the visual indicator of the current drop location during a column drag operation.

Top