Gets drop down items.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DropDownCollection DropDownItems { get; }
Public ReadOnly Property DropDownItems As DropDownCollection
	Get
public:
property DropDownCollection^ DropDownItems {
	DropDownCollection^ get ();
}
member DropDownItems : DropDownCollection with get

Property Value

DropDownCollection

See Also