Back to Devexpress

ColumnHeaderClickEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-columnheaderclickeventargs-dot-underscore-properties.md

latest2.6 KB
Original Source

ColumnHeaderClickEventArgs Properties

Provides data for the DataViewBase.ColumnHeaderClick event.

NameDescription
AllowSortingGets or sets whether it is allowed to sort by the column’s values.
ColumnGets a column whose header is clicked.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsCtrlGets or sets whether the Ctrl key is pressed.
IsShiftGets whether the Shift key is pressed.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.

See Also

ColumnHeaderClickEventArgs Class

ColumnHeaderClickEventArgs Members

DevExpress.Xpf.Grid Namespace