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

NavBarLayoutOptions Class

Provides properties that specify how the control’s layout is saved/restored from storage.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class NavBarLayoutOptions

The following members accept/return NavBarLayoutOptions objects:

Remarks

The options this class provides are accessible with the NavBarControl.OptionsLayout property.

See Save and Restore Layout to learn more.

Inheritance

Object
NavBarLayoutOptions
See Also