Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListSortColumnIndex Property


In This Topic
    ListSortColumnIndex Property (GcComboBox)
    In This Topic
    Gets or sets a value that represents user specify index of column will be sorted.
    Syntax
    'Declaration
     
    
    Public Property ListSortColumnIndex As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.ListSortColumnIndex = value
     
    value = instance.ListSortColumnIndex
    public int ListSortColumnIndex {get; set;}

    Property Value

    A System.Int32 value.
    The defalut is -1.
    Remarks
    When user sort the drop-down list, this property determines the index of column to sort.
    See Also