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

FluentDesignFormControl.Manager Property

Gets or sets the BarManager associated with this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("BarManager")]
public override BarManager Manager { get; set; }

Property Value

Type Description
BarManager

The BarManager associated with this FluentDesignFormControl.

Remarks

The FluentDesignFormControl uses a BarManager to show bar item links (see the FluentDesignFormControl.Items property).

See Also