Skip to main content

FluentDesignForm.ControlContainer Property

Gets or sets the FluentDesignFormContainer associated with this FluentDesignForm.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
public FluentDesignFormContainer ControlContainer { get; set; }

Property Value

Type Default Description
FluentDesignFormContainer null

The FluentDesignFormContainer associated with this FluentDesignForm.

See Also