aspnet-devexpress-dot-web-2d639054.md
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
public abstract class ASPxTabControlBase :
ASPxHierarchicalDataWebControl,
IRequiresLoadPostDataControl,
IControlDesigner
Public MustInherit Class ASPxTabControlBase
Inherits ASPxHierarchicalDataWebControl
Implements IRequiresLoadPostDataControl,
IControlDesigner
The following members return ASPxTabControlBase objects:
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.
Show 15 items
Show 14 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxHierarchicalDataWebControl ASPxTabControlBase ASPxPageControl
See Also