HtmlEditorFileManagerUploadSettings.ValidationSettings Property
Gets the upload validation settings applied for built-in file selectors.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
HtmlEditorFileManagerValidationSettings | An HtmlEditorFileManagerValidationSettings object that contains validation settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValidationSettings |
---|---|
HtmlEditorFileManagerSettingsBase |
|
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