ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputBase Class / Culture Property

In This Topic
    Culture Property (C1InputBase)
    In This Topic
    Gets or sets the culture information for the input control.
    Syntax
    'Declaration
     
    Public Property Culture As System.Globalization.CultureInfo
    public System.Globalization.CultureInfo Culture {get; set;}
    See Also