Spread for ASP.NET 12 Product Documentation
DataTextField Property (ComboBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ComboBoxCellType Class : DataTextField Property
Gets or sets the text field of the combo box.
Syntax
'Declaration
 
Public Property DataTextField As String
'Usage
 
Dim instance As ComboBoxCellType
Dim value As String
 
instance.DataTextField = value
 
value = instance.DataTextField
public string DataTextField {get; set;}
See Also

Reference

ComboBoxCellType Class
ComboBoxCellType Members