ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputColor Class / ShowColorString Property

In This Topic
    ShowColorString Property (InputColor)
    In This Topic
    Gets or sets a value indicating whether the ColorPicker shows a string representation of the current color.
    Syntax
    'Declaration
     
    Public Property ShowColorString As Boolean
    public bool ShowColorString {get; set;}
    See Also