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

XtraTabControl.View Property

Gets or sets an object which specifies the tab control’s painting style.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

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

Property Value

Type Description
DevExpress.XtraTab.Registrator.BaseViewInfoRegistrator

A DevExpress.XtraTab.Registrator.BaseViewInfoRegistrator object or descendant which specifies the tab control’s painting style.

See Also