ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / OnClientCustomizeDate Property

In This Topic
    OnClientCustomizeDate Property
    In This Topic
    A callback function used for customizing the content, style and attributes of a day cell.
    Syntax
    'Declaration
     
    Public Property OnClientCustomizeDate As System.String
    public System.string OnClientCustomizeDate {get; set;}
    See Also