Skip to main content

ToolbarItemCollectionBase<T>.Toolbar Property

Gets the HtmlEditorToolbar control that owns the collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorToolbar Toolbar { get; }

Property Value

Type Description
HtmlEditorToolbar

An HtmlEditorToolbar object that owns the collection.

See Also