aspnet-devexpress-dot-web-052369ef.md
Contains the base settings specific to button editors.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class ButtonEditPropertiesBase :
TextBoxPropertiesBase
Public MustInherit Class ButtonEditPropertiesBase
Inherits TextBoxPropertiesBase
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)
Show 55 items
Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase ButtonEditProperties
HERibbonCustomCssListBoxProperties
ToolbarCustomComboBoxProperties
MVCxColumnButtonEditProperties
MVCxColumnDropDownEditProperties
BootstrapDateEditTimeEditProperties
BootstrapDropDownEditProperties
See Also