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

XtraMdiTabPageCollection.IsValid(Int32) Method

Gets whether the specified index points to an existing page within the current collection.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool IsValid(
    int index
)

Parameters

Name Type Description
index Int32

An integer that specifies the index to be tested.

Returns

Type Description
Boolean

true if the specified index falls in the range [0;Count-1]; otherwise, false.

See Also