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.v24.1.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