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