ContentStyle Class
In This Article
Defines style settings for the client region of the active tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ContentStyle :
AppearanceStyle
#Related API Members
The following members return ContentStyle objects:
#Remarks
The ContentStyle class contains settings that define the style of a region which is displayed under the tab panel within the tab control’s bounds and that corresponds to the currently active tab.
An object of the ContentStyle type can be accessed via the ASPxTabControlBase.ContentStyle property of a tab control.
#Inheritance
See Also