Back to Devexpress

PropertyDefinition.CommandParameter Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinition-e987324d.md

latest1.3 KB
Original Source

PropertyDefinition.CommandParameter Property

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

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Property Value

TypeDescription
Object

A parameter to pass to the PropertyDefinition.Command.

|

See Also

PropertyDefinition Class

PropertyDefinition Members

DevExpress.Xpf.PropertyGrid Namespace