Skip to main content

ASPxHtmlEditorVideoUploadValidationSettings(IPropertiesOwner, ASPxHtmlEditorVideoUploadSettings) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ASPxHtmlEditorVideoUploadValidationSettings(
    IPropertiesOwner owner,
    ASPxHtmlEditorVideoUploadSettings parentSettings
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

parentSettings ASPxHtmlEditorVideoUploadSettings

An ASPxHtmlEditorVideoUploadSettings object providing access to settings related to uploading video files.

See Also