Back to Devexpress

CustomDrawHeaderEventArgsBase.IsSelected Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawheadereventargsbase-04c5a55a.md

latest1.2 KB
Original Source

CustomDrawHeaderEventArgsBase.IsSelected Property

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

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public bool IsSelected { get; }
vb
Public ReadOnly Property IsSelected As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomDrawHeaderEventArgsBase Class

CustomDrawHeaderEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace