MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemSelection Members
Properties Methods
 


Instances of the class represent sets of selected schedule items.

The following tables list the members exposed by the ItemSelection type.

 Public Properties

  Name Description

Count

Gets the number of selected items.

IsTrackingViewState

IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state.

Items

Gets the selected items.

 Public Methods

  Name Description

Add

Adds the specified Item to the selection.

Clear

Clears the selection.

Contains

Checks if the specified item is in the collection.

LoadViewState

WebControl.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

Remove

Removes the specified Item from the selection.

SaveViewState

WebControl.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

WebControl.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

 See Also

ItemSelection Class
MindFusion.Scheduling.WebForms Namespace