Version

UnboundCheckBoxGridRecordItem Class Members

The following tables list the members exposed by UnboundCheckBoxGridRecordItem.

Public Constructors
 NameDescription
Public ConstructorUnboundCheckBoxGridRecordItem ConstructorInitializes a new instance of the UnboundCheckBoxGridRecordItem class.  
Public Properties
 NameDescription
Public PropertyColumnReference to the column the item is associated with.  
Public PropertyCssClassCSS class name that should be assigned to the item. The CSS class definition needs to be done using the selector as following: TBODY > TR > TD.newItemCssClass {}. Or to be compatible with Internet Explorer 6: TBODY TR TD.newItemCssClass {}. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Public PropertyIndexReturns the index of this item in the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyOwnerReturns the owner collection (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyRowReference to the Row the item is associated with (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Public PropertyTemplateGets or Sets a reference to an ITemplate object that determines a specific template instantiation for this particular ControlDataItem. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyTemplateIdID of Template within the TemplateCollection. Identifies the template to use for this ControlDataItem. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public PropertyTextText representation of the record item. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Public PropertyTooltipTooltip for the record item. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Public PropertyValueOverridden. Returns the value of the item  
Protected Properties
 NameDescription
Protected PropertyDesignTimeValueOverridden. Returns a value to be displayed at run time  
Protected PropertyGridReference to the owner grid (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Protected PropertyViewStateReturns a StateBag for saving ViewState (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public Methods
 NameDescription
Public MethodEnsureTemplateThis method ensures that the template for this item is instantiated. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Public MethodFindControlThis method searches for a locates control objects within the TemplateContainer associated with this UIObject by using the Id parameter to match against control Ids. (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
Protected Methods
 NameDescription
Protected MethodGenerateAttributesEnsures that certain attributes are rendered on the GridRecordItem (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Protected MethodGetTextNodeOverriden. Initializes and returns a text node of the record item. The node contains attributes and the text value need for rendering of the record item. (Inherited from Infragistics.Web.UI.GridControls.GridRecordItem)
Protected MethodNotifyPropertyChangeThis notifies the Record that a property has changed (Inherited from Infragistics.Web.UI.GridControls.ControlDataItem)
See Also