FluentDesignFormContainer.SetOwner(FluentDesignForm) Method
Sets the parent FluentDesignForm that should own this FluentDesignFormContainer.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | FluentDesignForm | A FluentDesignForm that is the new FluentDesignFormContainer owner. |
See Also