Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.View Property

Gets or sets an object specifying the control’s paint style.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[Browsable(false)]
public BaseViewInfoRegistrator View { get; set; }

#Property Value

Type Description
DevExpress.XtraNavBar.ViewInfo.BaseViewInfoRegistrator

A BaseViewInfoRegistrator object or descendant specifying the control’s paint style.

#Remarks

This property supports the internal infrastructure and typically is not intended to be used directly from your code.

At design time, you can change the control’s paint style via the Designer dialog.

See Also