Back to Devexpress

ContentStyle Class

aspnet-devexpress-dot-web-0b07e849.md

latest2.5 KB
Original Source

ContentStyle Class

Defines style settings for the client region of the active tab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ContentStyle :
    AppearanceStyle
vb
Public Class ContentStyle
    Inherits AppearanceStyle

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ContentStyle

See Also

ContentStyle Members

ContentStyle

DevExpress.Web Namespace