Back to Devexpress

ASPxButtonEditBase Class

aspnet-devexpress-dot-web-c64faa11.md

latest6.4 KB
Original Source

ASPxButtonEditBase Class

Represents a base class for editors that allow edit buttons to be displayed within the client region.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxButtonEditBase :
    ASPxTextBoxBase,
    IPostBackEventHandler,
    IControlDesigner
vb
Public MustInherit Class ASPxButtonEditBase
    Inherits ASPxTextBoxBase
    Implements IPostBackEventHandler,
               IControlDesigner

Remarks

The ASPxButtonEditBase class serves as a base for the editors which can contain a number of edit buttons.

In addition to the common editor settings inherited from its ancestors, the ASPxButtonEditBase class declares type specific properties that, in particular, allow the editor’s button collection to be maintained (ASPxButtonEditBase.Buttons), the button appearance customized (ASPxButtonEditBase.ButtonStyle, ASPxButtonEditBase.ButtonTemplate) and the button elements’ spacing defined (ASPxButtonEditBase.Spacing), the path to the editor images folder specified (ASPxEdit.ImageFolder) and the manner in which to interpret HTML code contained within the editor’s value defined (ASPxButtonEditBase.EncodeHtml). The ASPxButtonEditBase.ButtonClick event allows you to respond to clicks on the editor’s buttons.

Implements

Show 17 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

IEditableTextControl

ITextControl

IPostBackEventHandler

Inheritance

Show 42 items

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

ASPxDropDownEditBase

ASPxSpinEditBase

ASPxAutoCompleteBoxBase

ASPxTokenBox

ASPxColorEdit

ASPxComboBox

ASPxDateEdit

ASPxGridLookup

ASPxSpinEdit

ASPxTimeEdit

ASPxDropDownEdit

BootstrapColorEdit

BootstrapButtonEdit

BootstrapDateEdit

BootstrapDropDownEdit

BootstrapTagBox

BootstrapTimeEdit

BootstrapSpinEdit

BootstrapComboBox

MVCxButtonEdit

MVCxColorEdit

MVCxComboBox

MVCxDateEdit

MVCxDropDownEdit

MVCxGridLookup

MVCxSpinEdit

MVCxTimeEdit

MVCxTokenBox

See Also

ASPxButtonEditBase Members

ButtonEditPropertiesBase

DevExpress.Web Namespace