MindFusion.UI for WebForms Programmer's Guide

Accordion.Items Property

See Also
 





Gets the collection of AccordionItems for this control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public AccordionItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As AccordionItemCollection

 Property Value

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

 See Also