Skip to main content
Tab

EditButtonStyle Class

Contains style settings that define the appearance of button elements within different editor types.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EditButtonStyle :
    AppearanceStyle

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).

See Also