Back to Devexpress

LabelControl.CommandParameter Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-e8be6d00.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Bindable(true)]
[Browsable(false)]
[DXCategory("Action")]
public object CommandParameter { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
<DXCategory("Action")>
Public Property CommandParameter As Object

Property Value

TypeDescription
Object

The parameter.

|

See Also

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace