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.v24.1.dll
NuGet Package: DevExpress.Web
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