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

FluentDesignForm.NavigationControl Property

Gets or sets the AccordionControl that serves as a side navigation control for this FluentDesignForm.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public AccordionControl NavigationControl { get; set; }

Property Value

Type Default Description
AccordionControl *null*

The AccordionControl that serves as a side navigation control for this FluentDesignForm.

Remarks

A FluentDesignForm interacts with its associated Accordion control in a number of ways.

See Also