Back to Devexpress

ASPxTabControlBase Class

aspnet-devexpress-dot-web-2d639054.md

latest4.2 KB
Original Source

ASPxTabControlBase Class

Represents the base class for tab controls of the ASPxTabControl and ASPxPageControl types.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxTabControlBase :
    ASPxHierarchicalDataWebControl,
    IRequiresLoadPostDataControl,
    IControlDesigner
vb
Public MustInherit Class ASPxTabControlBase
    Inherits ASPxHierarchicalDataWebControl
    Implements IRequiresLoadPostDataControl,
               IControlDesigner

The following members return ASPxTabControlBase objects:

Remarks

The ASPxTabControlBase class represents the base class which implements the common tab control functionality. This functionality is inherited by the ASPxTabControlBase class’s descendants which are the web controls of the ASPxTabControl and ASPxPageControl types.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 14 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxTabControlBase ASPxPageControl

ASPxTabControl

BootstrapPageControl

BootstrapTabControl

MVCxPageControl

MVCxTabControl

See Also

ASPxTabControlBase Members

ASPxTabControl

ASPxPageControl

Page Control and Tab Control

DevExpress.Web Namespace