ASPxHtmlEditorFlashUploadSettings.ValidationSettings Property
In This Article
Gets settings that relate to the validation of flash files uploaded within the ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxHtmlEditorFlashUploadValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Validation |
---|---|
Html |
|
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to the validation of flash files uploaded by using the ASPxHtmlEditor control.
See Also