Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / FieldsEditMode Property


In This Topic
    FieldsEditMode Property (GcDateTimeCellType)
    In This Topic
    Gets or sets the fields edit mode.
    Syntax
    'Declaration
     
    
    Public Property FieldsEditMode As FieldsEditMode
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As FieldsEditMode
     
    instance.FieldsEditMode = value
     
    value = instance.FieldsEditMode
    public FieldsEditMode FieldsEditMode {get; set;}

    Property Value

    A FieldsEditMode enumeration value that indicates the fields edit mode.
    The default is GrapeCity.Win.Spread.InputMan.CellTypeEditMode.LeftSide.
    Remarks
    The FieldsEditMode property determines how to edit fields when the user enters data.
    See Also