FormDropDownDataValue Property |
Gets the currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, .
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic string Value { get; }
Public ReadOnly Property Value As String
Get
Property Value
Type:
String
The currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise,
.
See Also