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

ASPxHtmlEditorAudioUploadValidationSettings Class

Contains settings that relate to the validation of audio files, uploaded using the ASPxHtmlEditor control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class ASPxHtmlEditorAudioUploadValidationSettings :
    ASPxHtmlEditorUploadValidationSettingsBase

The following members return ASPxHtmlEditorAudioUploadValidationSettings objects:

Remarks

An object of the ASPxHtmlEditorAudioUploadValidationSettings type can be accessed using the ASPxHtmlEditorAudioUploadSettings.ValidationSettings property of an ASPxHtmlEditor control.

See Also