Back to Devexpress

ActionBase.Available Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbase-33057ac4.md

latest1.4 KB
Original Source

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

csharp
[Browsable(false)]
public bool Available { get; }
vb
<Browsable(False)>
Public ReadOnly Property Available As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Action availability is determined by the Active and Enabled properties.

See Also

ActionBase Class

ActionBase Members

DevExpress.ExpressApp.Actions Namespace