Click or drag to resize

SdtListItemCollection SelectedValue Property

Specifies currently selected value in this list. Null value allowed, meaning that no currently selected entry is associated with this list item collection.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SdtListItem SelectedValue { get; set; }

Property Value

Type: SdtListItem
See Also