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

In This Topic
    ShowColorString Property (ColorPickerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColorPicker.ShowColorString. 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