Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / DateCalendarCellType Class / DateFormat Property
Example


In This Topic
    DateFormat Property
    In This Topic
    Gets or sets the date format for the date calendar.
    Syntax
    'Declaration
     
    
    Public Property DateFormat As String
    'Usage
     
    
    Dim instance As DateCalendarCellType
    Dim value As String
     
    instance.DateFormat = value
     
    value = instance.DateFormat
    public string DateFormat {get; set;}

    Property Value

    String containing the date format string
    Example
    This example creates a cell with a calendar editor.
    See Also