ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CalendarInfo Class / CultureInfo Property

In This Topic
    CultureInfo Property
    In This Topic
    Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
    Syntax
    'Declaration
     
    Public Property CultureInfo As System.Globalization.CultureInfo
    public System.Globalization.CultureInfo CultureInfo {get; set;}
    See Also