Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorVideoUploadSettings.ValidationSettings Property

Gets settings that relate to the validation of video files uploaded within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public ASPxHtmlEditorVideoUploadValidationSettings ValidationSettings { get; }

Property Value

Type Description
ASPxHtmlEditorVideoUploadValidationSettings

A ASPxHtmlEditorVideoUploadValidationSettings object that contains uploaded file validation settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValidationSettings
HtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.ValidationSettings
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoUpload.ValidationSettings

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the validation of video files uploaded by using the ASPxHtmlEditor control.

See Also