Click or drag to resize
KaxSchedulerContextMenuCollectionAddRange Method
Appends the specified array of KaxSchedulerContextMenu objects to the end of the current KaxSchedulerContextMenuCollection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddRange(
	IEnumerable<KaxSchedulerContextMenu> contextMenus
)

Parameters

contextMenus
Type: System.Collections.GenericIEnumerableKaxSchedulerContextMenu
The array of KaxSchedulerContextMenu to append to the end of the current KaxSchedulerContextMenuCollection.
See Also