SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.TreeRow  classno-lite

TreeDataSet의 한 데이터행에 연결되는 TreeView의 행. 

이 객체들은 TreeView 내부에서 필요 시 생성되고 삭제된다. 개발자가 직접 생성할 일은 없다. 

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
GroupRow.ctor
GridRow.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
트리 개요
Examples
Hello Tree
Tree DataSet
Load Tree Data
Tree Data Tag