ASP.NET Pack Programmer's Guide
Slideshow.Items Property
See Also
 





Gets the collection of SlideshowItem instances, associated with this Slideshow.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public SlideshowItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As SlideshowItemCollection

 Property Value

Type: SlideshowItemCollection
An instance of the SlideshowItemCollection class, containing references to the child items of the control.

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace