Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / UseValue Property
Example


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

    Property Value

    Boolean: true if the value is used; false otherwise
    Remarks
    When UseValue is True, the options tag and value are sent to the client.  When UseValue is False, just the options tag is sent.
    Example
    This example uses a DataSet to populate the combobox.
    See Also