Skip to main content

TileBase.Command Property

Gets or sets the command associated with the Tile. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that represents a command associated with the Tile.

Remarks

To pass a parameter to the command, use the TileBase.CommandParameter property.

See Also