Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorToolbarItemCollection Items { get; }

Property Value

Type Description
MVCxHtmlEditorToolbarItemCollection

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

See Also