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.v19.1.dll

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.

Remarks

To specify the tab control’s paint style use the XtraTabControl.PaintStyleName property.

See Also