Skip to main content
A newer version of this page is available.

IControlActionItems.IsEnabled(String) Method

Checks if an Action’s item is enabled.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

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