Skip to main content

FluentDesignFormContainer.SetOwner(FluentDesignForm) Method

Sets the parent FluentDesignForm that should own this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetOwner(
    FluentDesignForm owner
)

Parameters

Name Type Description
owner FluentDesignForm

A FluentDesignForm that is the new FluentDesignFormContainer owner.

See Also