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

TabbedGroup.RemoveTabPage(LayoutGroup) Method

Removes the specified tab page from the TabbedControlGroup.TabPages collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public bool RemoveTabPage(
    LayoutGroup item
)

Parameters

Name Type Description
item LayoutGroup

A LayoutGroup object which represents the tab page to be removed from the collection.

Returns

Type Description
Boolean

true if the tab page has been removed; otherwise, false.

Remarks

The RemoveTabPage method returns false if the specified page isn’t contained within the TabbedControlGroup.TabPages collection.

See Also