Back to Devexpress

Tile.CommandParameter Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-696fedc8.md

latest1.2 KB
Original Source

Tile.CommandParameter Property

Gets or sets the parameter to pass to the Tile.Command. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public object CommandParameter { get; set; }
vb
Public Property CommandParameter As Object

Property Value

TypeDescription
Object

A parameter to pass to the Tile.Command.

|

See Also

Command

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace