Back to Devexpress

ASPxHtmlEditorImageUploadValidationSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-b1ab57a1.md

latest2.4 KB
Original Source

ASPxHtmlEditorImageUploadValidationSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxHtmlEditorImageUploadValidationSettings :
    ASPxHtmlEditorUploadValidationSettingsBase
vb
Public Class ASPxHtmlEditorImageUploadValidationSettings
    Inherits ASPxHtmlEditorUploadValidationSettingsBase

The following members return ASPxHtmlEditorImageUploadValidationSettings objects:

Remarks

An object of the ASPxHtmlEditorImageUploadValidationSettings type can be accessed via the ASPxHtmlEditorImageUploadSettings.ValidationSettings property of an ASPxHtmlEditor control.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase UploadControlValidationSettings ASPxHtmlEditorUploadValidationSettingsBase ASPxHtmlEditorImageUploadValidationSettings

See Also

ASPxHtmlEditorImageUploadValidationSettings Members

ValidationSettings

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace