Skip to main content

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

NuGet Package: DevExpress.Web.Office

#Declaration

public RichEditFileManagerValidationSettings ValidationSettings { get; }

#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
.UploadSettings .ValidationSettings

#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