ASPxHtmlEditorFlashUploadValidationSettings(IPropertiesOwner, ASPxHtmlEditorFlashUploadSettings) Constructor
Initializes a new object of the ASPxHtmlEditorFlashUploadValidationSettings type with the specified settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
public ASPxHtmlEditorFlashUploadValidationSettings(
IPropertiesOwner owner,
ASPxHtmlEditorFlashUploadSettings parentSettings
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
parentSettings | ASPxHtmlEditorFlashUploadSettings | An ASPxHtmlEditorFlashUploadSettings object providing access to settings related to uploading flash files. |
See Also