ASPxUploadControl.DisabledButtonStyle Property
In This Article
OBSOLETE
Use the Disabled
Contains the style settings which define a buttons’ appearance in the disabled state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the ButtonStyle.DisabledStyle property instead.")]
public AppearanceSelectedStyle DisabledButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Note
This API is now obsolete. Use the Disabled
See Also