Skip to main content
All docs
V25.2
  • ActionBase.Available Property

    Identifies whether the Action is enabled and active.

    Namespace: DevExpress.ExpressApp.Actions

    Assembly: DevExpress.ExpressApp.v25.2.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    [Browsable(false)]
    public bool Available { get; }

    Property Value

    Type Description
    Boolean

    true if the Action is enabled and active; otherwise, false

    Remarks

    Action availability is determined by the Active and Enabled properties.

    See Also