Skip to main content
Tab

ButtonEditPropertiesBase Class

Contains the base settings specific to button editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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