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


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