Back to Devexpress

SpaceTabTemplateStyle Class

aspnet-devexpress-dot-web-7a6e49bb.md

latest2.7 KB
Original Source

SpaceTabTemplateStyle Class

Defines style settings for templates, used to render a space between a tab and a control edge.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return SpaceTabTemplateStyle objects:

Remarks

An object of the SpaceTabTemplateStyle type can be accessed via the ASPxTabControlBase.SpaceBeforeTabsTemplateStyle and ASPxTabControlBase.SpaceAfterTabsTemplateStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle SpaceTabTemplateStyle

See Also

SpaceTabTemplateStyle Members

DevExpress.Web Namespace