Skip to main content
A newer version of this page is available. .
Tab

EditButtonStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class EditButtonStyle :
    AppearanceStyle

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

See Also