FluentDesignForm.ControlContainer Property
Gets or sets the FluentDesignFormContainer associated with this FluentDesignForm.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v24.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