UploadControlButtonStyle.DisabledStyle Property
Contains the style settings which define a buttons’ appearance in the disabled state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DisabledStyle | A DisabledStyle object that contains the disabled style settings. |
Remarks
Use the DisabledStyle property to specify an appearance of Add, Upload, Remove, and Cancel buttons within an upload control.
See Also