Click or drag to resize
ControlItemContainer Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsControlItemContainer
              Kettic.AspNet.ControlsHierarchicalControlItemContainer
              Kettic.AspNet.ControlsKaxComboBox
              Kettic.AspNet.ControlsKaxListBox
              Kettic.AspNet.ControlsKaxToolBar
              Kettic.AspNet.ControlsKaxTrackBar

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 ControlItemContainer : KaxDataBoundControl, 
	INamingContainer, IXmlSerializable, IControlItemContainer

The ControlItemContainer type exposes the following members.

Methods
Properties
  NameDescription
Public propertyAppendDataBoundItems
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when an item within the control is selected.
Public propertyDataTextField
Public propertyDataTextFormatString
Public propertyDataValueField
Public propertyPostBackUrl

Gets or sets the URL of the page to post to from the current page when a tab from the tabcontrol is clicked.

Public propertyValidationGroup
Gets or sets the name of the validation group to which this validation control belongs.
Top
See Also