Back to Devexpress

UploadControlStyles.ErrorMessage Property

aspnet-devexpress-dot-web-dot-uploadcontrolstyles.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyleBase ErrorMessage { get; }
vb
Public ReadOnly Property ErrorMessage As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

|

See Also

UploadControlStyles Class

UploadControlStyles Members

DevExpress.Web Namespace