Skip to main content

FluentDesignFormContainer.Owner Property

Returns the FluentDesignForm that owns this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
FluentDesignForm

The FluentDesignForm that owns this FluentDesignFormContainer.

See Also