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

ASPxTabControlBase.ContentStyle Property

Gets the style settings for the client region of the tabbed content which corresponds to the active tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ContentStyle ContentStyle { get; }

Property Value

Type Description
ContentStyle

A ContentStyle object that contains specific style settings.

Remarks

The ContentStyle property provides access to the style settings which define the appearance of a region which is displayed under the tab panel within the tab control’s bounds and that corresponds to the currently active tab.

See Also