Back to Devexpress

EditButtonStyle Class

aspnet-devexpress-dot-web-665cfd94.md

latest2.8 KB
Original Source

EditButtonStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class EditButtonStyle :
    AppearanceStyle
vb
Public Class EditButtonStyle
    Inherits 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).

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditButtonStyle SpinButtonStyle

TrackBarButtonStyle

See Also

EditButtonStyle Members

DevExpress.Web Namespace