Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / DataValueField Property
Example


In This Topic
    DataValueField Property (AjaxComboBoxCellType)
    In This Topic
    Gets or sets the data source field that provides the value of each list item.
    Syntax
    'Declaration
     
    
    Public Property DataValueField As String
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim value As String
     
    instance.DataValueField = value
     
    value = instance.DataValueField
    public string DataValueField {get; set;}
    Example
    This example sets the DataValueField property.
    See Also