RichEditDocumentSelectorUploadSettings.ValidationSettings Property
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.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Description |
---|---|
RichEditFileManagerValidationSettings | An RichEditFileManagerValidationSettings object that contains validation settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ValidationSettings |
---|---|
RichEditDocumentSelectorSettings |
|
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