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

FluentDesignFormControl.Items Property

Provides access to the collection of bar items whose links are displayed within this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public BarItems Items { get; }

Property Value

Type Description
BarItems

A BarItems collection that stores bar items whose links are displayed within this FluentDesignFormControl.

Remarks

To add bar items and links to the FluentDesignFormControl at design-time, click the header region surrounded with the red dashed border.

Fluent Design Form - Elements

See Also