TabFormPage.SetOwner(TabFormControlBase) Method
Sets the specified TabFormControlBase as owner of the current TabFormPage.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
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