Skip to main content
A newer version of this page is available. .

ColumnHeaderClickEventArgs(ColumnBase, Boolean, Boolean) Constructor

Initializes a new instance of the ColumnHeaderClickEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ColumnHeaderClickEventArgs(
    ColumnBase column,
    bool isShift,
    bool isCtrl
)

Parameters

Name Type
column ColumnBase
isShift Boolean
isCtrl Boolean
See Also