Skip to main content
A newer version of this page is available. .

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

Declaration

public object CommandParameter { get; set; }

Property Value

Type Description
Object

A parameter to pass to the PropertyDefinition.Command.

See Also