MVCxHtmlEditorToolbar.Items Property
In This Article
Gets the collection of items within the toolbar and provides indexed access to them.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxHtmlEditorToolbarItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
See Also