Skip to main content
A newer version of this page is available. .
Tab

ButtonEditPropertiesBase Class

Contains the base settings specific to button editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public abstract class ButtonEditPropertiesBase :
    TextBoxPropertiesBase

Remarks

The ButtonEditPropertiesBase class serves as a base for the editor properties classes that define the behavior of editors which can contain a number of edit buttons.

In addition to the common editor settings inherited from its ancestors, the ButtonEditPropertiesBase class implements type specific properties that, in particular, allow the editor’s button collection to be maintained (ButtonEditPropertiesBase.Buttons), the button appearance customized (ButtonEditPropertiesBase.ButtonStyle, ButtonEditPropertiesBase.ButtonTemplate) and the button elements’ spacing defined (ButtonEditPropertiesBase.Spacing)

See Also