Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / DataColumnName Property
Example


In This Topic
    DataColumnName Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets which list column (by name) serves as the data portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property DataColumnName As String
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As String
     
    instance.DataColumnName = value
     
    value = instance.DataColumnName
    public string DataColumnName {get; set;}

    Property Value

    String containing the list column name
    Example
    This example sets up the multi column combobox.
    See Also