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

In This Topic
    Palette Property (ColorPickerTagHelper)
    In This Topic
    Gets or Sets the Palette property.
    Syntax
    'Declaration
     
    Public Property Palette As List(Of String)
    public List<string> Palette {get; set;}
    See Also