ColumnHeaderClickEventArgs.IsCtrl Property
Gets or sets whether the Ctrl key is pressed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v22.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the Ctrl key is pressed; otherwise, false. |
See Also