Back to Devexpress

HtmlEditorImageUploadBuilder.Tabs Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-htmleditorimageuploadbuilder-dot-tabs.md

latest1005 B
Original Source

HtmlEditorImageUploadBuilder.Tabs Method

NameParametersDescription
Tabs(Action<CollectionFactory<HtmlEditorImageUploadTabItemBuilder>>)configuratorContains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option.
Tabs(IEnumerable<HtmlEditorImageUploadTab>)valueContains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option.