Skip to main content

DXTabControl.View Property

Gets or sets a view of the DXTabControl.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public TabControlViewBase View { get; set; }

#Property Value

Type Description
TabControlViewBase

A TabControlViewBase descendant object, representing the tab control's view.

#Remarks

The TabControl's layout, style and behavior settings are defined by the view objects. To learn more about views, see Views.

See Also