Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / CalendarType Property
Example


In This Topic
    CalendarType Property
    In This Topic
    Gets or sets calendar type.
    Syntax
    'Declaration
     
    
    Public Property CalendarType As CalendarType
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As CalendarType
     
    instance.CalendarType = value
     
    value = instance.CalendarType
    public CalendarType CalendarType {get; set;}
    Example
    This example sets properties for the calendar.
    See Also