Skip to main content
All docs
V23.2

LabelControl.CommandParameter Property

Gets or sets the parameter that is passed to the command specified by the Command property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Bindable(true)]
[Browsable(false)]
[DXCategory("Action")]
public object CommandParameter { get; set; }

Property Value

Type Description
Object

The parameter.

See Also