HtmlEditorFileManagerUploadSettings.ValidationSettings Property
In This Article
Gets the upload validation settings applied for built-in file selectors.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorFileManagerValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Validation |
---|---|
Html |
|
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files in the ASPxHtmlEditor’s file selectors.
See Also