Back to Devexpress

RibbonTabContentStyle Class

aspnet-devexpress-dot-web-502d4b64.md

latest2.1 KB
Original Source

RibbonTabContentStyle Class

Defines style settings for the tab content.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonTabContentStyle :
    AppearanceStyleBase
vb
Public Class RibbonTabContentStyle
    Inherits AppearanceStyleBase

The following members return RibbonTabContentStyle objects:

Remarks

The RibbonTabContentStyle class contains settings that define the appearance of the tab content in the ASPxRibbon control.

An object of the RibbonTabContentStyle type can be accessed via the RibbonStyles.TabContent property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase RibbonTabContentStyle

See Also

RibbonTabContentStyle Members

Ribbon

DevExpress.Web Namespace