Skip to main content
Tab

UploadControlStyles.DisabledButton Property

OBSOLETE

Use the DisabledStyle property instead.

Contains the style settings which define a buttons’ appearance in the disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the ButtonStyle.DisabledStyle property instead.")]
public AppearanceSelectedStyle DisabledButton { get; }

Property Value

Type Description
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the disabled style settings.

See Also