Skip to main content

XtraTabControl.View Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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