Back to Devexpress

ButtonControlStyle.PressedStyle Property

aspnet-devexpress-dot-web-dot-buttoncontrolstyle-97707ff1.md

latest1.1 KB
Original Source

ButtonControlStyle.PressedStyle Property

Gets the style settings which define a button’s appearance in the pressed state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceSelectedStyle PressedStyle { get; }
vb
Public Overridable ReadOnly Property PressedStyle As AppearanceSelectedStyle

Property Value

TypeDescription
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the pressed style settings.

|

See Also

ButtonControlStyle Class

ButtonControlStyle Members

DevExpress.Web Namespace