Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / DataMember Property
Example


In This Topic
    DataMember Property (AjaxComboBoxCellType)
    In This Topic
    Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember
    public string DataMember {get; set;}
    Example
    This example sets the DataMember property.
    See Also