Table of Contents

Property DropDownEntries

Namespace
DocWright.Dom.Forms
Assembly
DocWright.Dom.dll

DropDownEntries

Gets a drop-down's entries, in order (w:ddList/w:listEntry). Empty for every other kind.

public IReadOnlyList<string> DropDownEntries { get; }

Property Value

IReadOnlyList<string>