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

OfficeNavigationBar.OptionsNavigationClient Property

Provides access to settings that affect a control assigned to the OfficeNavigationBar.NavigationClient property.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Options")]
public OptionsNavigationClient OptionsNavigationClient { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.OptionsNavigationClient

A DevExpress.XtraBars.Navigation.OptionsNavigationClient object that contains settings that affect a control assigned to the OfficeNavigationBar.NavigationClient property.

See Also