A newer version of this page is available.
Switch to the current version.
ToolbarFontNameEdit.Items Property
Gets the collection of items displayed within the editor's dropdown window.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
public ToolbarListEditItemCollection Items { get; }
Public ReadOnly Property Items As ToolbarListEditItemCollection
Property Value
Type | Description |
---|---|
ToolbarListEditItemCollection | A ToolbarListEditItemCollection instance representing the collection of items in the combo box editor. |
See Also
Feedback