Back to Devexpress

TileCustomDrawEventArgs.IsSelected Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-77755a42.md

latest1.1 KB
Original Source

TileCustomDrawEventArgs.IsSelected Property

Gets the selection state of the processed tile.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the tile is selected; otherwise, false.

|

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace