Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType.EditModeSettings Class / DateTimeFormat Property
Example


In This Topic
    DateTimeFormat Property (DateTimeCellType.EditModeSettings)
    In This Topic
    Gets or sets a DateTimeFormatInfo that defines the format for editing dates and times.
    Syntax
    'Declaration
     
    
    Public Property DateTimeFormat As DateTimeFormatInfo
    'Usage
     
    
    Dim instance As DateTimeCellType.EditModeSettings
    Dim value As DateTimeFormatInfo
     
    instance.DateTimeFormat = value
     
    value = instance.DateTimeFormat
    public DateTimeFormatInfo DateTimeFormat {get; set;}
    Remarks
    If the EditMode property is set and the user enters edit mode in the cell, the value is displayed in the editor using the edit mode format. If the EditMode property is set and the user leaves edit mode in the cell, the value is converted to the display format if it is valid.
    Example
    This example sets a format for edit mode.
    See Also