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

TabFormPage.SetOwner(TabFormControlBase) Method

Sets the specified TabFormControlBase as owner of the current TabFormPage.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void SetOwner(
    TabFormControlBase owner
)

Parameters

Name Type Description
owner TabFormControlBase

A TabFormControlBase to be set as owner of the current TabFormPage.

Remarks

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

See Also