Click or drag to resize
KaxContextMenu Class
A navigation control used to create context menus.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsControlItemContainer
              Kettic.AspNet.ControlsHierarchicalControlItemContainer
                Kettic.AspNet.ControlsKaxMenu
                  Kettic.AspNet.ControlsKaxContextMenu
                    Kettic.AspNet.ControlsGridContextMenu
                    Kettic.AspNet.ControlsKaxFilterContextMenu
                    Kettic.AspNet.ControlsKaxSchedulerContextMenu
                    Kettic.AspNet.ControlsKaxTreeViewContextMenu

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 KaxContextMenu : KaxMenu

The KaxContextMenu type exposes the following members.

Constructors
  NameDescription
Public methodKaxContextMenu
Top
Properties
  NameDescription
Public propertyEnableSelection
Gets or sets a value indicating if the currently selected item will be tracked and highlighted.
(Overrides KaxMenuEnableSelection.)
Public propertyCode exampleOnClientHidden
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is hidden.
Public propertyCode exampleOnClientHiding
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is to be hidden.
Public propertyCode exampleOnClientShowing
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is to be displayed.
Public propertyCode exampleOnClientShown
Gets or sets a value indicating the client-side event handler that is called when the KaxContextMenu is displayed.
Public propertyCode exampleTargets
Gets the collection containing the targets to which right-click KaxContextMenu will attach.
Top
Remarks

The KaxContextMenu control is used to display context-aware options for various targets. Those targets are specified through the Targets property. KaxContextMenu supports the following targets:

See Also