Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItem Class
Properties

In This Topic
    DropDownItem Class Members
    In This Topic

    The following tables list the members exposed by DropDownItem.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DropDownItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the text to display 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. If the corresponding item is selected via a user interface, this value shall be stored in the control content.  
    Public PropertyGets 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.  
    Top
    See Also