Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / DropDownItems Property

In This Topic
    DropDownItems Property
    In This Topic
    Gets the DropDownItemCollection to display in content control if its type is ContentControlType.ComboBox or DropdownList.
    Syntax
    'Declaration
     
    Public ReadOnly Property DropDownItems As DropDownItemCollection
    public DropDownItemCollection DropDownItems {get;}
    See Also