ComponentOne Calendar Control for ASP.NET.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[ToolboxDataAttribute("<{0}:C1Calendar runat=server width="230px" height="180px"></{0}:C1Calendar>")] [ToolboxBitmapAttribute(typeof(C1Calendar), "C1Calendar.png")] [PersistChildrenAttribute(false)] [ControlValuePropertyAttribute("DisplayDate")] [DefaultPropertyAttribute("DisplayDate")] [DesignerAttribute("C1.Web.UI.Design.C1CalendarDesigner, C1.Web.UI.Design.2")] [LicenseProviderAttribute] [LocalizableAttribute(true)] [ParseChildrenAttribute(true)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class C1Calendar : C1ThemeableControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler |
Visual Basic |
---|
<ToolboxDataAttribute("<{0}:C1Calendar runat=server width="230px" height="180px"></{0}:C1Calendar>")> _ <ToolboxBitmapAttribute(GetType(C1Calendar), "C1Calendar.png")> _ <PersistChildrenAttribute(False)> _ <ControlValuePropertyAttribute("DisplayDate")> _ <DefaultPropertyAttribute("DisplayDate")> _ <DesignerAttribute("C1.Web.UI.Design.C1CalendarDesigner, C1.Web.UI.Design.2")> _ <LicenseProviderAttribute> _ <LocalizableAttribute(True)> _ <ParseChildrenAttribute(True)> _ <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ <AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public Class C1Calendar _ Inherits C1ThemeableControl _ Implements INamingContainer, IPostBackEventHandler, IPostBackDataHandler |
Inheritance Hierarchy
System..::..Object
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
C1ThemeableControl
C1.Web.UI.Controls.C1Calendar..::..C1Calendar
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
C1ThemeableControl
C1.Web.UI.Controls.C1Calendar..::..C1Calendar