Skip to main content

NavBarControl.View Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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