C1.Silverlight.FlexGrid.5
ItemsSource Property (C1FlexGrid)

Gets or sets a collection that is used to generate the content of the control.
Syntax
'Declaration
 
Public Property ItemsSource As System.Collections.IEnumerable
public System.Collections.IEnumerable ItemsSource {get; set;}
Remarks
The collection must implement the System.Collections.IEnumerable interface.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.