Skip to main content
A newer version of this page is available. .

ToolbarItemCollectionBase<T>.Toolbar Property

Gets the HtmlEditorToolbar control that owns the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorToolbar Toolbar { get; }

Property Value

Type Description
HtmlEditorToolbar

An HtmlEditorToolbar object that owns the collection.

See Also