GrapeCity MultiRow Windows Forms Documentation
DataSource Property (ListCell)


Gets or sets the data source.
Syntax
<SRCategoryAttribute("Data")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the data source whose data contains the possible selections shown in the drop-down list.")>
<GcSerializeIgnoreAttribute()>
<AttributeProviderAttribute(TypeName="System.ComponentModel.IListSource, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", PropertyName="")>
Public Overridable Property DataSource As Object
Dim instance As ListCell
Dim value As Object
 
instance.DataSource = value
 
value = instance.DataSource
[SRCategory("Data")]
[DefaultValue()]
[SRDescription("Indicates the data source whose data contains the possible selections shown in the drop-down list.")]
[GcSerializeIgnore()]
[AttributeProvider(TypeName="System.ComponentModel.IListSource, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", PropertyName="")]
public virtual object DataSource {get; set;}

Property Value

The data source.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListCell Class
ListCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.