Click or drag to resize
ControlItemData Class
Data class used for transferring control items (menu items, tree nodes, etc.) from and to web services.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsControlItemData
    Kettic.AspNet.ControlsKaxComboBoxItemData
    Kettic.AspNet.ControlsKaxMenuItemData
    Kettic.AspNet.ControlsKaxTreeNodeData

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
public class ControlItemData

The ControlItemData type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Custom attributes for the item to pass to the client.
Public propertyEnabled
A value indicating if the item to pass to the client is enabled.
Public propertyText
Text for the item to pass to the client.
Public propertyValue
Value for the item to pass to the client.
Top
See Also