Back to Devexpress

ASPxSchedulerRelatedControlBase Class

aspnet-devexpress-dot-web-dot-aspxscheduler-3f600da1.md

latest4.4 KB
Original Source

ASPxSchedulerRelatedControlBase Class

Serves as a base class for controls, accompanying the ASPxScheduler control in a suite.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public abstract class ASPxSchedulerRelatedControlBase :
    ASPxWebControl,
    IRelatedControl,
    ISupportsCallbackResult,
    ISchedulerRelatedControl
vb
Public MustInherit Class ASPxSchedulerRelatedControlBase
    Inherits ASPxWebControl
    Implements IRelatedControl,
               ISupportsCallbackResult,
               ISchedulerRelatedControl

Remarks

The class implements interfaces for related controls in a web control suite.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Show 21 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxSchedulerRelatedControlBase ASPxSchedulerRelatedControl

ASPxDateNavigator

ASPxResourceNavigator

ASPxTimeZoneEdit

ASPxViewNavigator

ASPxViewSelector

ASPxViewVisibleInterval

BootstrapSchedulerViewSelector

BootstrapSchedulerDateNavigator

BootstrapSchedulerViewVisibleInterval

BootstrapSchedulerResourceNavigator

BootstrapSchedulerTimeZoneEdit

BootstrapSchedulerViewNavigator

MVCxDateNavigator

MVCxTimeZoneEdit

See Also

ASPxSchedulerRelatedControlBase Members

DevExpress.Web.ASPxScheduler Namespace