Skip to main content

RepositoryItemFontEdit.Items Property

Gets the collection of items displayed in the dropdown.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ComboBoxItemCollection Items { get; }

Property Value

Type Description
ComboBoxItemCollection

A ComboBoxItemCollection object.

See Also