Back to Devexpress

ASPxEditBase Class

aspnet-devexpress-dot-web-9903d831.md

latest9.3 KB
Original Source

ASPxEditBase Class

Represents the base class for all editor types.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxEditBase :
    ASPxDataWebControl
vb
Public MustInherit Class ASPxEditBase
    Inherits ASPxDataWebControl

The following members return ASPxEditBase objects:

Remarks

The ASPxEditBase class is the base class for all editor classes. It contains the properties and methods common for all types of editors. Note that most properties declared by the ASPxEditBase and its descendants are in fact just wrappers of the same-named properites realized in the corresponding editor properties classes. These properties classes are used to gain access to editor settings when the editor is used in-place within the ASPxGridView’s column. For stand-alone editors, editor settings, being implemented in editor properties classes, are exposed at the editor control’s level.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 87 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit

ASPxProgressBar

ASPxStaticEdit

ASPxAutoCompleteBoxBase

ASPxCalendar

ASPxTextBoxBase

ASPxTextEdit

ASPxTokenBox

ASPxColorEdit

ASPxComboBox

ASPxDateEdit

ASPxBinaryImage

ASPxButtonEditBase

ASPxCheckListBase

ASPxImageBase

ASPxLabel

ASPxListBox

ASPxTrackBar

ASPxGridLookup

ASPxSpinEditBase

ASPxButtonEdit

ASPxCheckBox

ASPxCheckBoxList

MVCxButtonEdit

MVCxCalendar

MVCxCheckBox

MVCxImage

MVCxLabel

MVCxListBox

MVCxMemo

MVCxProgressBar

BootstrapBinaryImage

BootstrapButtonEdit

BootstrapCalendar

BootstrapCheckBox

BootstrapCheckBoxList

BootstrapColorEdit

BootstrapComboBox

BootstrapDateEdit

BootstrapDropDownEdit

BootstrapHyperLink

BootstrapImage

BootstrapListBox

BootstrapMemo

BootstrapProgressBar

BootstrapRadioButton

BootstrapRadioButtonList

BootstrapSpinEdit

BootstrapTagBox

BootstrapTextBox

BootstrapTimeEdit

ASPxDropDownEdit

ASPxDropDownEditBase

ASPxHyperLink

ASPxImage

ASPxListEdit

ASPxMemo

ASPxPureTextBoxBase

ASPxRadioButton

ASPxRadioButtonList

ASPxSpinEdit

ASPxTextBox

ASPxTimeEdit

MVCxBinaryImage

MVCxCheckBoxList

MVCxColorEdit

MVCxComboBox

MVCxDateEdit

MVCxDropDownEdit

MVCxGridLookup

MVCxHyperLink

MVCxRadioButton

MVCxRadioButtonList

MVCxSpinEdit

MVCxTextBox

MVCxTimeEdit

MVCxTokenBox

MVCxTrackBar

MVCxValidationEdit

See Also

ASPxEditBase Members

EditPropertiesBase

DevExpress.Web Namespace