SMART datagrid v.1 > Classes

Back  Forward

DataLudi.TreeRow  classno-lite

The row of TreeView which is connected to one Data Row of TreeDataSet

These objects are created and deleted within TreeView if necessary. The developer does not need to directly create it. 

Base Classes
GroupRow > GridRow > DLBase
Constructor
function TreeRow (dataRow: TreeDataRow);
Properties
dataRow
hasChildren
iconIndex
Inherited Properties
GridRow.childIndex
GroupRow.children
GroupRow.collapsed
GroupRow.count
GridRow.dataIndex
GridRow.dataSource
GridRow.dataState
GroupRow.descendantCount
GroupRow.expanded
GroupRow.first
GroupRow.firstLeaf
GroupRow.footer
GridRow.index
GroupRow.last
GroupRow.lastLeaf
GridRow.leaf
GridRow.level
GridRow.merged
GridRow.next
GridRow.parent
GridRow.parentIndex
GridRow.prev
GridRow.rowState
GridRow.visible
Inherited Methods
DLBase.assign
GridRow.ctor
GroupRow.ctor
GridRow.getAncestor
GridRow.getAncestors
GroupRow.getAvg
GroupRow.getChild
GroupRow.getDescendants
GroupRow.getLeaves
GroupRow.getMax
GroupRow.getMin
GroupRow.getNumber
DLBase.getProperties
DLBase.getProperty
GridRow.getRowData
GridRow.getRowObject
GridRow.getSiblings
GroupRow.getStdev
GroupRow.getSum
GridRow.getUncles
GridRow.getValue
GroupRow.getVar
GroupRow.indexOf
GroupRow.isDescendant
GridRow.isDescendantOf
GridRow.makeVisible
DLBase.setProperties
DLBase.setProperty
GridRow.setValue
DLBase.toggle
GroupRow.visit
GroupRow.visitAll

 

See Also
TreeView
TreeDataSet
TreeDataRow
Tree Overview
Examples
Hello Tree
Tree Data Set
Load Tree Data
Tree Data Tag