Back to Devexpress

Tile.Command Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-19cb758a.md

latest1.2 KB
Original Source

Tile.Command Property

Gets or sets the command to invoke when the tile is clicked. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public ICommand Command { get; set; }
vb
Public Property Command As ICommand

Property Value

TypeDescription
ICommand

The command to invoke when the tile is clicked.

|

Remarks

The command parameter is specified by the Tile.CommandParameter property.

See Also

Click

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace