aspnet-devexpress-dot-web-0b07e849.md
Defines style settings for the client region of the active tab.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ContentStyle :
AppearanceStyle
Public Class ContentStyle
Inherits AppearanceStyle
The following members return ContentStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ContentStyle
See Also