ASPxTabControlBase Class
In This Article
Represents the base class for tab controls of the ASPxTabControl and ASPxPageControl types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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
Show 15 items
#Inheritance
See Also