Back to Devexpress

TileViewItemCustomDrawEventArgs.IsFocused Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemcustomdraweventargs-6a6e791a.md

latest1.3 KB
Original Source

TileViewItemCustomDrawEventArgs.IsFocused Property

Gets the focused state of the processed tile.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the tile is focused; otherwise, false.

|

See Also

TileViewItemCustomDrawEventArgs Class

TileViewItemCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace