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


In This Topic
    EnableOnClient Property
    In This Topic
    Gets or sets whether to enable the calendar on the client side.
    Syntax
    'Declaration
     
    
    Public Property EnableOnClient As Boolean
    'Usage
     
    
    Dim instance As DateCalendarCellType
    Dim value As Boolean
     
    instance.EnableOnClient = value
     
    value = instance.EnableOnClient
    public bool EnableOnClient {get; set;}

    Property Value

    Boolean: true to enable client-side operation; false otherwise
    Example
    This example creates a cell with a calendar editor.
    See Also