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

Tile.Click Event

Occurs after the tile 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 event EventHandler Click

Event Data

The Click event's data class is EventArgs.

Remarks

To perform an action each time the end-user clicks the tile, handle the Click event or specify the Tile.Command.

See Also