Skip to main content

ASPxHtmlEditorAudioUploadSettings.ValidationSettings Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public ASPxHtmlEditorAudioUploadValidationSettings ValidationSettings { get; }

#Property Value

Type Description
ASPxHtmlEditorAudioUploadValidationSettings

A ASPxHtmlEditorAudioUploadValidationSettings object that contains uploaded file validation settings.

#Property Paths

You can access this nested property as listed below:

Object Type Path to ValidationSettings
HtmlEditorInsertAudioDialogSettings
.SettingsAudioUpload .ValidationSettings

#Remarks

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

See Also