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; }
Public Property SelectedValue As SdtListItem
Get
Set
public:
property SdtListItem^ SelectedValue {
SdtListItem^ get ();
void set (SdtListItem^ value);
}
member SelectedValue : SdtListItem with get, set
Property Value
Type:
SdtListItem
See Also