Click or drag to resize
KaxSchedulerContextMenuCollectionRemove Method
Removes the specified KaxSchedulerContextMenu from 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 void Remove(
	KaxSchedulerContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu to be removed
Remarks
To remove a control from an index location, use the RemoveAt method.
See Also