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


In This Topic
    EditorValue Property (ComboBoxCellType)
    In This Topic
    Gets or sets what value is written to the underlying data model.
    Syntax
    'Declaration
     
    
    Public Property EditorValue As EditorValue
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As EditorValue
     
    instance.EditorValue = value
     
    value = instance.EditorValue
    public EditorValue EditorValue {get; set;}
    See Also