Skip to main content
All docs
V25.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.v25.1.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