TileBase.CommandParameter Property
Gets or sets the parameter passed to 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
Property Value
Type | Description |
---|---|
Object | An Object that represents a parameter to pass to the command. |
Remarks
To associate a command with the Tile, use the TileBase.Command property.
See Also