Back to Devexpress

TileClickEventArgs.Tile Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tileclickeventargs.md

latest1.1 KB
Original Source

TileClickEventArgs.Tile Property

Gets the tile that has been clicked.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public Tile Tile { get; }
vb
Public ReadOnly Property Tile As Tile

Property Value

TypeDescription
Tile

A Tile object that is the tile currently being processed.

|

See Also

TileClickEventArgs Class

TileClickEventArgs Members

DevExpress.Xpf.LayoutControl Namespace