ASPxTabControlBase Class
Represents the base class for tab controls of the ASPxTabControl and ASPxPageControl types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public abstract class ASPxTabControlBase :
ASPxHierarchicalDataWebControl,
IRequiresLoadPostDataControl,
IControlDesigner
Related API Members
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
Inheritance
See Also