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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public object CommandParameter { get; set; }

Property Value

Type Description
Object

A parameter to pass to the PropertyDefinition.Command.

See Also