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

UploadControlButtonStyle.DisabledStyle Property

Contains the style settings which define a buttons’ appearance in the disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual DisabledStyle DisabledStyle { get; }

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