Skip to main content

ButtonInfo.CommandParameter Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[Localizability(LocalizationCategory.NeverLocalize)]
public object CommandParameter { get; set; }

#Property Value

Type Description
Object

An object that represents the parameter to pass to the command.

#Remarks

To specify the command associated with the button, use the ButtonInfo.Command property.

See Also