ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorScale Class / Binding Property

In This Topic
    Binding Property (ColorScale)
    In This Topic
    Gets or sets the binding property or function.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property Binding As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string Binding {get; set;}
    See Also