Skip to main content
A newer version of this page is available. .

TileClickEventArgs.Tile Property

Gets the tile that has been clicked.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public Tile Tile { get; }

Property Value

Type Description
Tile

A Tile object that is the tile currently being processed.

See Also