EditButtonStyle Class
Contains style settings that define the appearance of button elements within different editor types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return EditButtonStyle objects:
Remarks
The EditButtonStyle class contains appearance settings for an editor control’s button elements. It inherits the functionality of its ancestor and declares specific properties that define the pressed style and the width for button elements (EditButtonStyle.PressedStyle, EditButtonStyle.Width).
Inheritance
See Also