[This is preliminary documentation and is subject to change.]
Binds grid to a source of rows
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
[BrowsableAttribute(false)]
public IList DataRowSource { get; set; }
[BrowsableAttribute(false)]
public IList DataRowSource { get; set; }
<BrowsableAttribute(false)>
Public Property DataRowSource As IList
Get
Set
<BrowsableAttribute(false)>
Public Property DataRowSource As IList
Get
Set
public:
[BrowsableAttribute(false)]
property IList^ DataRowSource {
IList^ get ();
void set (IList^ value);
}
public:
[BrowsableAttribute(false)]
property IList^ DataRowSource {
IList^ get ();
void set (IList^ value);
}
[<BrowsableAttribute(false)>]
member DataRowSource : IList with get, set
[<BrowsableAttribute(false)>]
member DataRowSource : IList with get, set
Property Value
Type:
IList