Table of Contents

Property ListItems

Namespace
DocWright.Dom.ContentControls
Assembly
DocWright.Dom.dll

ListItems

Gets the entries of a drop-down list or combo box, in document order. Empty for every other kind.

public IReadOnlyList<ContentControlListItem> ListItems { get; }

Property Value

IReadOnlyList<ContentControlListItem>