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

In This Topic
    Palette Property (InputColorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputColor.Palette. Sets an array that contains the colors in the palette.
    Syntax
    'Declaration
     
    Public Property Palette As List(Of String)
    public List<string> Palette {get; set;}
    Remarks
    The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.
    See Also