Skip to main content

ToolbarFontSizeEdit.Items Property

Gets the collection of items displayed within the editor’s dropdown window.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public ToolbarListEditItemCollection Items { get; }

Property Value

Type Description
ToolbarListEditItemCollection

A ToolbarListEditItemCollection instance representing the collection of items in the combo box editor.

See Also