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


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

    Property Value

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