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


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

    Property Value

    Boolean: true if animated; false otherwise
    Example
    This example creates a cell with a calendar editor.
    See Also