UploadControlStyles.ErrorMessage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyleBase ErrorMessage { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also