Version

ContainerGridRecord Class Properties

For a list of all members of this type, see ContainerGridRecord members.

Public Properties
 NameDescription
Public PropertyAttributesAttributeCollection property that can be used to add Html markup attributes to the UIObject which will be rendered to the Html stream during the rendering phase. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyCssClassGets/sets a css class that is applied to this record. (Inherited from Infragistics.Web.UI.GridControls.GridRecord)
Public PropertyDataItemReference to the data source's original record. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecord)
Public PropertyDataKeyOverridden. Unique data key of the record. If the data source record does not provide one, the dta key is generated out of the record's index.  
Public PropertyDataPathSets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any).  
Public PropertyExpandedIndicates whether the gird row is expanded and the row islands are visible.  
Public PropertyHasAttributesReturns a boolean value which indicates if the UIObject currently has any Attributes. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyHasRowIslandsIndicates if the row has RowIslands.  
Public PropertyHeightGets/sets the height of this record (Inherited from Infragistics.Web.UI.GridControls.GridRecord)
Public PropertyIndexIndex of the record inside of its collection. (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecord)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyIsEmptyParentSets or gets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node.  
Public PropertyItemsReturns the underlying collection of GridRecordItems. (Inherited from Infragistics.Web.UI.GridControls.GridRecord)
Public PropertyLevelReturns the hierarchical level of this collection object within the tree structure.  
Public PropertyOwnerReference back to the owner collection.  
Public PropertyPopulatedSets or gets a boolean value that indicates whether or not this item has been populated with children.  
Public PropertyRowIslandsA collection of row islands or child ContainerGrids .  
Public PropertyTagThe property can accept any object that can be successfully serilized into JSON. The property value is available on the client through the get_tag() property. (Inherited from Infragistics.Web.UI.GridControls.GridRecord)
Public PropertyTemplate (Inherited from Infragistics.Web.UI.Framework.UIObject)
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyFlagsStores all the ClientUIFlags into one integer, that will be passed down to the client in the Client Property Array. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Protected PropertyHasItemsReturns true if the items has been initialized (Inherited from Infragistics.Web.UI.GridControls.ControlDataRecord)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. Returns the number of client properties managed by this object.  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also