Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItem Class / Value Property

In This Topic
    Value Property (DropDownItem)
    In This Topic
    Gets or sets the value for this list item. This value shall be used as follows: If the content control is mapped to a custom XML element, the value in that custom XML element shall be mapped to the Value property, and the Text property value shall be displayed.
    Syntax
    'Declaration
     
    Public Property Value As System.String
    public System.string Value {get; set;}
    See Also