Skip to main content
All docs
V18.2

XtraForm.CheckInvisibleDueShowingStrategy(XtraForm) Method

Returns whether or not the target XtraForm exists but is not yet displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public static bool CheckInvisibleDueShowingStrategy(
    XtraForm form
)

Parameters

Name Type Description
form XtraForm

An XtraForm to be checked.

Returns

Type Description
Boolean

true, if the target form exists but is not yet shown; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also