Skip to main content

ASPxHtmlEditorAudioUploadValidationSettings(IPropertiesOwner, ASPxHtmlEditorAudioUploadSettings) Constructor

Initializes a new object of the ASPxHtmlEditorAudioUploadValidationSettings type with the specified settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorAudioUploadValidationSettings(
    IPropertiesOwner owner,
    ASPxHtmlEditorAudioUploadSettings parentSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

parentSettings ASPxHtmlEditorAudioUploadSettings

An ASPxHtmlEditorAudioUploadSettings object providing access to settings related to uploading audio files.

See Also