DataGridColumnReorderingEventArgs Класс
Определение
Предоставляет данные для события ColumnReordering.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
- Наследование
Конструкторы
DataGridColumnReorderingEventArgs(DataGridColumn) |
Инициализирует новый экземпляр класса DataGridColumnReorderingEventArgs.Initializes a new instance of the DataGridColumnReorderingEventArgs class. |
Свойства
Cancel |
Получает или задает значение, указывающее, останавливается ли операция изменения порядка до завершения.Gets or sets a value that indicates whether the reordering operation is stopped before completion. |
Column |
Получает столбец, относящийся к событию.Gets the column related to the event. (Унаследовано от 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. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |