Skip to main content
Bar

TabFormPage.SetOwner(TabFormControlBase) Method

Sets the specified TabFormControlBase as owner of the current TabFormPage.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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