ButtonEditPropertiesBase Class
Contains the base settings specific to button editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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)
Inheritance
See Also