Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public object CommandParameter { get; set; }

Property Value

Type Description
Object

A parameter to pass to the PropertyDefinition.Command.

See Also