Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HtmlEditorImageUploadBuilder Members

In This Article
Image upload settings.

#Constructors

Name Description
HtmlEditorImageUploadBuilder(OptionsOwnerContext) Initializes a new instance of the HtmlEditorImageUploadBuilder class with specified settings.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FileUploaderOptions(Action<FileUploaderOptionsBuilder>) Specifies the file uploader options.
FileUploadMode(HtmlEditorImageUploadFileUploadMode) Specifies how the HTML Editor UI component uploads files. Mirrors the client-side fileUploadMode option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Tabs(Action<CollectionFactory<HtmlEditorImageUploadTabItemBuilder>>) Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option.
Tabs(IEnumerable<HtmlEditorImageUploadTab>) Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option.
ToString() Returns a string that represents the current object. Inherited from Object.
UploadDirectory(JS) Specifies a target directory for uploaded images. Mirrors the client-side uploadDirectory option.
UploadDirectory(String) Specifies a target directory for uploaded images. Mirrors the client-side uploadDirectory option.
UploadUrl(JS) Specifies a target Url for the upload request. Mirrors the client-side uploadUrl option.
UploadUrl(String) Specifies a target Url for the upload request. Mirrors the client-side uploadUrl option.
See Also