Intersoft WebGrid Documentation
WebGridRow Class Members
See Also  Properties  Methods  Send Feedback
ISNet.WebUI.WebGrid Namespace : WebGridRow Class


The following tables list the members exposed by WebGridRow.

Public Constructors

 NameDescription
public ConstructorWebGridRow ConstructorOverloaded. Initializes a new instance of the WebGridRow class.  
Top

Public Properties

 NameDescription
public PropertyCellsGets the collection of the WebGridCell objects.  
public PropertyCheckedSpecifies whether or not the current row is checked.  
public PropertyChildNotExpandableSpecifies whether or not the child table can be expanded.  
public PropertyChildrenGets the collection of children rows.  
public PropertyChildrenLoadedReturns whether children row's has been loaded.  
public PropertyCollection (Inherited from ISNet.WebUI.NamedObjectBase)
public PropertyCustomAggregateResultGets the custom aggregate result for the Grid's group row.  
public PropertyDataChangedReturns whether row's data has been changed.  
public PropertyDataRowReturns the DataRow object that is used to display this row.  
public PropertyDataSourceIndexGets the ordinal data row index based on datasource row's index.  
public PropertyExpandedGets or sets a value whether or not the row is expanded.  
public PropertyForceNoEditDetermines whether this row will be forced to not allow editing.  
public PropertyGridGets the WebGrid object that owns the row.  
public PropertyHeightGets or sets the height of the row in Unit.  
public PropertyKeyValueReturns the value of the field specified in DataKeyField property of a WebGridTable object.  
public PropertyKeyValuesGets the key values of composite data key fields.  
public PropertyName (Inherited from ISNet.WebUI.NamedObjectBase)
public PropertyParentGets the parent row that owns this row.  
public PropertyParentCollectionGets the parent collection that own this row.  
public PropertyParentTableRowGets the parent table row that owns this row.  
public PropertyPositionGets or sets the ordinal position of the row object.  
public PropertyPreviewRowValueReturns the value of the field specified in DataMember property of PreviewRowSettings object.  
public PropertySelected  
public PropertySelfRefChildNotExpandableGets or sets a value indicating whether or not the self ref child row is expandable. When set to True, the expand/plus icon will not be shown.  
public PropertySelfRefChildrenGets the collection of self referencing children rows.  
public PropertySelfRefLevelGets the self referencing level of this row.  
public PropertySelfRefParentRowGets the self referencing parent row that owns this row.  
public PropertyStyleGets or sets the style applied to the row.  
public PropertyTableGets the WebGridTable of which the row belongs to.  
public PropertyTag  
public PropertyTypeGets the type of the row.  
public PropertyVisibleSpecifies whether the row should be rendered.  
Top

Public Methods

 NameDescription
public MethodClone (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodCopyFromOverloaded.  (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodDeSerializeObjectData (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodExpandChildRowExpand child rows of this row.  
public MethodExpandGroupRowOverloaded. Renders this group row in expand mode.  
public MethodExpandSelfRefRowOverloaded. 

Expand this self referencing row.

 
public MethodFillChildRow  
public MethodGetChildGroupRowsCount  
public MethodGetChildTableRowsGets the child rows of the specified table.  
public MethodGetDataRow  
public MethodGetGroupReturns the WebGridGroup object of which this row belong to.  
public MethodGetGroupRowFullPathNameGets group row's full path name  
public MethodGetGroupRowLevelGets group row's path.  
public MethodGetObjectDataOverridden.   
public MethodGetObjectRowGets the custom object class when hierarchical collection is used as DataSource.  
public MethodGetParentRowGets the parent row, if this row is GroupHeader. If this row is a child row, this method will try to get the parent row based on the defined relations.  
public MethodGetRootRowGets the root row when called from child row.  
public MethodGetRootSelfRefRowGets the root row of the self referencing child row.  
public MethodHasCollapsedParentsDetermines whether there are parent rows in collapse mode.  
public MethodHasExpandedChildsDetermines whether there are child rows in expand mode.  
public MethodHasGrouppedChildsDetermines whether there are child rows in group mode.  
public MethodIsEmpty (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodReset (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodSerializeObjectData (Inherited from ISNet.WebUI.WebUIBaseClass)
public MethodToString  
Top

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.