| C1.Win.Calendar Namespace > CalendarSettings Class : ShowTodayButton Property |
'Declaration<C1DescriptionAttribute("Determines if the Today button of the dropdown calendar is visible.")> <DefaultValueAttribute()> Public Property ShowTodayButton As Boolean
'UsageDim instance As CalendarSettings Dim value As Boolean instance.ShowTodayButton = value value = instance.ShowTodayButton
[C1Description("Determines if the Today button of the dropdown calendar is visible.")] [DefaultValue()] public bool ShowTodayButton {get; set;}
[C1Description("Determines if the Today button of the dropdown calendar is visible.")] [DefaultValue()] public: property bool ShowTodayButton { bool get(); void set ( bool value); }
Target Platforms: 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