DataGridColumnReorderingEventArgs Class

Summary

Provides data for the ColumnReordering event.
Namespace
Avalonia.Controls
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["DataGridColumnReorderingEventArgs"] class Type type-node

Syntax

public class DataGridColumnReorderingEventArgs : CancelEventArgs

Constructors

Name Summary
DataGridColumnReorderingEventArgs(DataGridColumn) Initializes a new instance of the DataGridColumnReorderingEventArgs class.

Properties

Name Value Summary
Column DataGridColumn
The column being moved.
DragIndicator Control
The popup indicator displayed while dragging. If null and Handled = true, then do not display a tooltip.
DropLocationIndicator IControl
UIElement to display at the insertion position. If null and Handled = true, then do not display an insertion indicator.