ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorPicker Class / Value Property

In This Topic
    Value Property (ColorPicker)
    In This Topic
    Gets or sets the currently selected color.
    Syntax
    'Declaration
     
    
    Public Property Value As Color
    public Color Value {get; set;}
    See Also