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

CustomDrawHeaderEventArgsBase.IsSelected Property

Gets whether the current column contains selected cell(s).

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.2.dll

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true, if the column contains selected cell(s); otherwise, false.

See Also