Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ComboBoxEditor Class / UseValue Property


In This Topic
    UseValue Property (ComboBoxEditor)
    In This Topic
    Gets or sets whether to use the value.
    Syntax
    'Declaration
     
    
    Public Property UseValue As Boolean
    'Usage
     
    
    Dim instance As ComboBoxEditor
    Dim value As Boolean
     
    instance.UseValue = value
     
    value = instance.UseValue
    public bool UseValue {get; set;}

    Property Value

    Boolean: true to use the value; false otherwise
    See Also