Click or drag to resize
KaxSchedulerContextMenuCollectionContains Method
Determines whether the specified KaxSchedulerContextMenu is in the parent KaxScheduler's KaxSchedulerContextMenuCollection object.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Contains(
	KaxSchedulerContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu to search for in the collection

Return Value

Type: Boolean
true if the specified KaxSchedulerContextMenu exists in the collection; otherwise, false.
See Also