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.v24.2.dll
Declaration
[Bindable(true)]
[Browsable(false)]
[DXCategory("Action")]
public object CommandParameter { get; set; }
Property Value
Type | Description |
---|---|
Object | The parameter. |
See Also