Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCalendarHeader Class / PrevPageButton Property


In This Topic
    PrevPageButton Property
    In This Topic
    Gets or sets the prev iew range button, which when clicked, navigates the calendar to the previous page of the current view range.
    Syntax
    'Declaration
     
    
    Public Property PrevPageButton As NCalendarArrowButton
    'Usage
     
    
    Dim instance As NCalendarHeader
    Dim value As NCalendarArrowButton
     
    instance.PrevPageButton = value
     
    value = instance.PrevPageButton
    public NCalendarArrowButton PrevPageButton {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also