Back to Devexpress

NavBarControl.View Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-93ee7cb1.md

latest1.5 KB
Original Source

NavBarControl.View Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public BaseViewInfoRegistrator View { get; set; }
vb
<Browsable(False)>
Public Property View As BaseViewInfoRegistrator

Property Value

TypeDescription
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

AvailableNavBarViews

Views

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace