Click or drag to resize
ClientOperationTItem Property
Returns the item (KaxTreeNode, KaxMenuItem, KaxComboBoxItem, KaxToolBarItem, KaxTab, KaxNavigationItem) associated with this client operation.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public T Item { get; }

Property Value

Type: T
Remarks
When the Type of the operation is Clear the Item property will return null (Nothing in VB.NET) in case the items of the control have been cleared.
See Also