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


In This Topic
    PopupPosition Property
    In This Topic
    Gets or sets the position of the pop-up calendar.
    Syntax
    'Declaration
     
    
    Public Property PopupPosition As AjaxControlToolkit.CalendarPosition
    'Usage
     
    
    Dim instance As DateCalendarCellType
    Dim value As AjaxControlToolkit.CalendarPosition
     
    instance.PopupPosition = value
     
    value = instance.PopupPosition
    public AjaxControlToolkit.CalendarPosition PopupPosition {get; set;}

    Property Value

    CalendarPosition setting that determines the position of the pop-up calendar
    See Also