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

MVCxHtmlEditorToolbar.Items Property

Gets the collection of items within the toolbar and provides indexed access to them.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxHtmlEditorToolbarItemCollection Items { get; }

Property Value

Type Description
MVCxHtmlEditorToolbarItemCollection

An MVCxHtmlEditorToolbarItemCollection object that is the collection of the toolbar’s items.

See Also