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

UploadControlStyles.ErrorMessage Property

Gets the style settings that define the appearance of an error message displayed within the ASPxUploadControl‘s error frame if the uploaded file’s validation fails.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public AppearanceStyleBase ErrorMessage { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

See Also