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

IControlActionItems.IsVisible(String) Method

Checks if an Action’s item is visible.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

Declaration

bool IsVisible(
    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 visible; otherwise - false.

See Also