Back to Devexpress

ASPxWebComponent Class

aspnet-devexpress-dot-web-2316fb9c.md

latest3.5 KB
Original Source

ASPxWebComponent Class

Represents the base class for the DevExpress web components.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxWebComponent :
    ASPxWebControl
vb
Public MustInherit Class ASPxWebComponent
    Inherits ASPxWebControl

Remarks

The ASPxWebComponent class serves as the base class for the DevExpress web components (non visual controls).

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Show 19 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebComponent ASPxCallback

ASPxDockManager

ASPxGlobalEvents

ASPxHiddenField

ASPxResourceManagerBase

ASPxSchedulerPrintAdapterBase

ASPxTimer

ASPxTreeListTemplateReplacement

ASPxStyleSheetManager

ASPxSchedulerStoragePrintAdapter

ASPxSchedulerControlPrintAdapter

ASPxScriptManager

MVCxDockManager

See Also

ASPxWebComponent Members

DevExpress.Web Namespace