Click or drag to resize
KaxSchedulerContextMenuCollection Class
Provides a collection container that enables KaxScheduler to maintain a list of its KaxSchedulerContextMenus.
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNet.ControlsKaxSchedulerContextMenuCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSchedulerContextMenuCollection : StateManagedCollection

The KaxSchedulerContextMenuCollection type exposes the following members.

Constructors
  NameDescription
Public methodKaxSchedulerContextMenuCollection
Initializes a new instance of the KaxSchedulerContextMenuCollection class for the specified KaxScheduler.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified KaxSchedulerContextMenu object to the collection
Public methodAddRange
Appends the specified array of KaxSchedulerContextMenu objects to the end of the current KaxSchedulerContextMenuCollection.
Public methodContains
Determines whether the specified KaxSchedulerContextMenu is in the parent KaxScheduler's KaxSchedulerContextMenuCollection object.
Public methodCopyTo
Copies the KaxSchedulerContextMenu instances stored in the KaxSchedulerContextMenuCollection object to an System.Array object, beginning at the specified index location in the System.Array.
Public methodIndexOf
Retrieves the index of a specified KaxSchedulerContextMenu object in the collection.
Public methodInsert
Inserts the specified KaxSchedulerContextMenu object to the collection at the specified index location.
Public methodRemove
Removes the specified KaxSchedulerContextMenu from the parent KaxScheduler's KaxSchedulerContextMenuCollection object.
Public methodRemoveAt
Removes a child KaxSchedulerContextMenu, at the specified index location, from the KaxSchedulerContextMenuCollection object.
Top
Properties
  NameDescription
Public propertyItem
Gets a reference to the KaxSchedulerContextMenu at the specified index location in the KaxSchedulerContextMenuCollection object.
Top
See Also