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

FluentDesignFormContainer.SetOwner(FluentDesignForm) Method

Sets the parent FluentDesignForm that should own this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void SetOwner(
    FluentDesignForm owner
)

Parameters

Name Type Description
owner FluentDesignForm

A FluentDesignForm that is the new FluentDesignFormContainer owner.

See Also