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


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