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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

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

See Also