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

NavBarControl.OptionsLayout Property

Contains options that control how the NavBarControl‘s layout is stored to/restored from a stream, xml file or system registry.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

[DXCategory("Layout")]
public NavBarLayoutOptions OptionsLayout { get; }

Property Value

Type Description
NavBarLayoutOptions

A NavBarLayoutOptions object providing options that control how the layout is stored and restored.

See Also