Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Object

    The parameter.

    See Also