Click or drag to resize
ContextMenuTagNameTarget Class
Represents a ContextMenuTargettarget, specified by element tagName.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsContextMenuTarget
      Kettic.AspNet.ControlsContextMenuTagNameTarget

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 ContextMenuTagNameTarget : ContextMenuTarget

The ContextMenuTagNameTarget type exposes the following members.

Constructors
  NameDescription
Public methodContextMenuTagNameTarget
Top
Properties
  NameDescription
Public propertyTagName
Gets or sets the TagName of the elements KaxContextMenu will search and attach to on the client.
Top
See Also