Skip to main content

OfficeNavigationBarHitInfo.ViewInfo Property

Gets internal information used to render the control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OfficeNavigationBarViewInfo ViewInfo { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.OfficeNavigationBarViewInfo

An object that specifies internal information used to render the control.

See Also