Back to Devexpress

ASPxTabControlBase.ContentStyle Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-d29e7110.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ContentStyle ContentStyle { get; }
vb
Public ReadOnly Property ContentStyle As ContentStyle

Property Value

TypeDescription
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

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace