Property itemsSource
itemsSource
The data source for list items.
Declaration
public IList itemsSource { get; set; }
Property Value
Type | Description |
---|---|
IList |
Remarks
This list contains the items that the GridView displays.
This property must be set for the list view to function.