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

FluentDesignFormContainer.Owner Property

Returns the FluentDesignForm that owns this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Properties")]
public FluentDesignForm Owner { get; }

Property Value

Type Description
FluentDesignForm

The FluentDesignForm that owns this FluentDesignFormContainer.

See Also