Xceed Toolkit for Maui v2.0 Documentation
CalendarHeaderButtonStyle Property


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Calendar Class : CalendarHeaderButtonStyle Property
Gets or sets the Style that will be used by the Button acting as a header in the Calendar.
Syntax
'Declaration
 
Public Property CalendarHeaderButtonStyle As Style
'Usage
 
Dim instance As Calendar
Dim value As Style
 
instance.CalendarHeaderButtonStyle = value
 
value = instance.CalendarHeaderButtonStyle
public Style CalendarHeaderButtonStyle {get; set;}
Remarks
By default, this Button contains the selected month's name. It can be clicked by the user to change the CalendarMode to Year; clicking it a third time will change the CalendarMode to Decade.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Calendar Class
Calendar Members