Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

IControlActionItems.IsEnabled(String) Method

Checks if an Action’s item is enabled.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v20.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

bool IsEnabled(
    string item
)

Parameters

Name Type Description
item String

A string that is an item’s caption.

Returns

Type Description
Boolean

true, if an item is enabled; otherwise - false.

See Also