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

EditButtonStyle.DisabledStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual DisabledStyle DisabledStyle { get; }

Property Value

Type Description
DisabledStyle

A DisabledStyle object that contains the disabled style settings.

See Also