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

ASPxUploadControl.DisabledButtonStyle 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.v18.2.dll

Declaration

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

Property Value

Type Description
AppearanceSelectedStyle

An AppearanceSelectedStyle object that contains the disabled style settings.

Remarks

Note

This API is now obsolete. Use the DisabledStyle property instead.

See Also