Back to Devexpress

ASPxSpinEditBase Class

aspnet-devexpress-dot-web-f2dcd9e2.md

latest3.8 KB
Original Source

ASPxSpinEditBase Class

Represents the base class for editors capable of displaying and editing text data using spin buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxSpinEditBase :
    ASPxButtonEditBase
vb
Public MustInherit Class ASPxSpinEditBase
    Inherits ASPxButtonEditBase

Remarks

This object is the base for the ASPxSpinEdit objects.

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

IEditableTextControl

ITextControl

IPostBackEventHandler

Inheritance

Show 20 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxSpinEditBase ASPxSpinEdit

ASPxTimeEdit

BootstrapTimeEdit

BootstrapSpinEdit

MVCxTimeEdit

MVCxSpinEdit

See Also

ASPxSpinEditBase Members

Spin Editor

DevExpress.Web Namespace