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


In This Topic
    TitleButton Property
    In This Topic
    Gets or sets the next view range button, which when clicked, navigates the calendar to the next page of the current view range.
    Syntax
    'Declaration
     
    
    Public Property TitleButton As NCalendarTitleButton
    'Usage
     
    
    Dim instance As NCalendarHeader
    Dim value As NCalendarTitleButton
     
    instance.TitleButton = value
     
    value = instance.TitleButton
    public NCalendarTitleButton TitleButton {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