RichEditDocumentSelectorUploadSettings.ValidationSettings Property
In This Article
Gets the upload validation settings applied for the FileManager used within some built-in file dialogs.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public RichEditFileManagerValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Rich |
An Rich |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Validation |
---|---|
Rich |
|
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of uploaded files in the FileManager embedded into built-in file dialogs.
See Also