Skip to main content

TdxNavBarCustomOfficeNavigationBar.OptionsView Property

Provides access to Office Navigation Bar appearance settings.

Declaration

property OptionsView: TdxNavBarOfficeNavigationBarOptionsView read; write;

Property Value

Type Description
TdxNavBarOfficeNavigationBarOptionsView

Stores Office Navigation Bar appearance settings.

Remarks

Use OptionsView and OptionsBehavior properties to configure Office Navigation Bar appearance and behavior settings.

Available Options

You can use OptionsView.ItemAlignment, OptionsView.ItemRotation, OptionsView.ItemSpacing, and OptionsView.Paddings to customize the UI layout of the TdxNavBarOfficeNavigationBar control.

Refer to the TdxNavBarOfficeNavigationBarOptionsView class description for detailed information on available options.

See Also