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

TabControlTemplateContainer.Tab Property

Gets a tab for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Tab Tab { get; }

Property Value

Type Description
Tab

A Tab object representing the tab being rendered.

Remarks

Use the Tab property to obtain the tab for which the template’s content is currently being rendered. You can use properties of the returned Tab object to obtain certain values needed to bind the properties of the controls composing your template.

See Also