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

TileClickEventArgs(Tile) Constructor

Initializes a new instance of the TileClickEventArgs class.

Namespace: DevExpress.Xpf.LayoutControl

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

Declaration

public TileClickEventArgs(
    Tile tile
)

Parameters

Name Type Description
tile Tile

A Tile object that is the tile currently being processed. This value is assigned to the TileClickEventArgs.Tile property.

See Also