Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / AllowEditorVerticalAlign Property


In This Topic
    AllowEditorVerticalAlign Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets whether to allow editor vertical align.
    Syntax
    'Declaration
     
    
    Public Property AllowEditorVerticalAlign As Boolean
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Boolean
     
    instance.AllowEditorVerticalAlign = value
     
    value = instance.AllowEditorVerticalAlign
    public bool AllowEditorVerticalAlign {get; set;}
    See Also