GrapeCity MultiRow Windows Forms Documentation
HeaderDropDownList Constructor(String,IEnumerable<DropDownItem>)


The cell name of the corresponding cells. The items display in the cells with the specified name.
Initializes a new instance of the HeaderDropDownList class with DropDownItem objects.
Syntax
Public Function New( _
   ByVal cellName As String, _
   ByVal dropDownItems As IEnumerable(Of DropDownItem) _
)
Dim cellName As String
Dim dropDownItems As IEnumerable(Of DropDownItem)
 
Dim instance As New HeaderDropDownList(cellName, dropDownItems)
public HeaderDropDownList( 
   string cellName,
   IEnumerable<DropDownItem> dropDownItems
)

Parameters

cellName
The cell name of the corresponding cells. The items display in the cells with the specified name.
dropDownItems
A collection of DropDownItem objects that indicates the list items.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe dropDownItems parameter is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HeaderDropDownList Class
HeaderDropDownList Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.