Skip to main content
A newer version of this page is available. .
Tab

ASPxTabControlBase Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public abstract class ASPxTabControlBase :
    ASPxHierarchicalDataWebControl,
    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.

See Also