Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ListAlignment Property


In This Topic
    ListAlignment Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets to which side of the editor the list aligns.
    Syntax
    'Declaration
     
    
    Public Property ListAlignment As ListAlignment
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As ListAlignment
     
    instance.ListAlignment = value
     
    value = instance.ListAlignment
    public ListAlignment ListAlignment {get; set;}
    See Also