Spread for ASP.NET 11 Product Documentation
DataSource Property (MultiColumnEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > MultiColumnEditor Class : DataSource Property
Gets or sets the data source for the list portion of the combo box.
Syntax
'Declaration
 
Public Property DataSource As Object
'Usage
 
Dim instance As MultiColumnEditor
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
public object DataSource {get; set;}
See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members