Click or drag to resize
ControlItem Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsControlItem
        Kettic.AspNet.ControlsKaxComboBoxItem
        Kettic.AspNet.ControlsKaxListBoxItem
        Kettic.AspNet.ControlsKaxToolBarItem
        Kettic.AspNet.ControlsKaxTrackBarItem
        Kettic.AspNet.ControlsNavigationItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class ControlItem : WebControl, 
	IMarkableStateManager, IStateManager, INamingContainer, IXmlSerializable

The ControlItem type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Overrides WebControlAccessKey.)
Public propertyClientIDMode (Overrides ControlClientIDMode.)
Public propertyDataItem
Public propertyID
The ID property is reserved for internal use. Please use the Value property or use the Attributes collection if you need to assign custom data to the item.
Public propertyIndex
Gets the zero based index of the item.
Public propertyRenderingCompatibility (Overrides ControlRenderingCompatibility.)
Public propertyText
Public propertyValue
Top
See Also