Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyleBase ErrorMessage { get; }

Property Value

Type Description
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

See Also