Gets or sets a collection used to generate the content of the ImageList. This is a dependency property.
public ObservableCollection<IImageListItem> ItemsSource { get; set; }
Public Shadows Property ItemsSource As ObservableCollection(Of IImageListItem)
public:
new property ObservableCollection<IImageListItem^>^ ItemsSource {
ObservableCollection<IImageListItem^>^ get();
void set ( ObservableCollection<IImageListItem^>^ );
}
A collection that is used to generate the content of the ImageList. The default is null reference (Nothing in VB).
You can add items to the ImageList control using the ItemsSource property. You can either add the items directly to this property or bind it to a collection object. For more information, refer to ItemsControl.ItemsSource in MSDN.
For C#/VB examples, refer to IImageListItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET