Spread for ASP.NET 12 Product Documentation
DataMember Property (AjaxComboBoxCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : DataMember Property
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
Syntax
'Declaration
 
Public Property DataMember As String
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
public string DataMember {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members