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

ImageGalleryButtonStyle.PressedStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual AppearanceSelectedStyle PressedStyle { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the pressed style settings.

See Also