Skip to main content

ASPxHtmlEditorFlashUploadValidationSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxHtmlEditorFlashUploadValidationSettings :
    ASPxHtmlEditorUploadValidationSettingsBase

The following members return ASPxHtmlEditorFlashUploadValidationSettings objects:

Remarks

An object of the ASPxHtmlEditorFlashUploadValidationSettings type can be accessed using the ASPxHtmlEditorFlashUploadSettings.ValidationSettings property of an ASPxHtmlEditor control.

See Also