Click or drag to resize
ClientOperationT Class
Represents an client-side operation (e.g. adding an item, removing an item, updating an item etc.)
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsClientOperationT
    Kettic.AspNet.ControlsReorderClientOperationT
    Kettic.AspNet.ControlsUpdateClientOperationT

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 ClientOperation<T>
where T : Object

Type Parameters

T
The type of the item (e.g. KaxTreeNode, KaxMenuItem, KaxComboBoxItem, KaxToolBarItem, KaxTab, KaxNavigationItem)

The ClientOperationT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Returns the item (KaxTreeNode, KaxMenuItem, KaxComboBoxItem, KaxToolBarItem, KaxTab, KaxNavigationItem) associated with this client operation.
Public propertyType
Gets the type of the client operation
Top
See Also