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


In This Topic
    SimpleEdit Property
    In This Topic
    Gets or sets whether the celltype ignores invalid character input while editing.
    Syntax
    'Declaration
     
    
    Public Property SimpleEdit As Boolean
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Boolean
     
    instance.SimpleEdit = value
     
    value = instance.SimpleEdit
    public bool SimpleEdit {get; set;}
    See Also