SdtDropDownListBase
ListItems Property
|
Provides access to all list items
SdtListItem
of this
Sdt
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SdtListItemCollection ListItems { get; }
Public ReadOnly Property ListItems As SdtListItemCollection
Get
public:
property SdtListItemCollection^ ListItems {
SdtListItemCollection^ get ();
}
member ListItems : SdtListItemCollection with get
Property Value
Type:
SdtListItemCollection
See Also