ASP.NET Pack Programmer's Guide
ItemSelection.Add Method
See Also
 





Adds the specified Item to the selection.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void Add (
    Item item
)

Visual Basic  Copy Code

Public Sub Add( _
    item As Item _
)

 Parameters

item
Type: Item
The Item to add.

 See Also

ItemSelection Members
ItemSelection Class
MindFusion.Scheduling.WebForms Namespace