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

FluentDesignForm.ControlContainer Property

Gets or sets the FluentDesignFormContainer associated with this FluentDesignForm.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

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