Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ListAlignment Property


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