Skip to main content

CustomDrawHeaderEventArgsBase.IsSelected Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: 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