Cell source defines where the Cell takes data from.
For a list of all members of this type, see CellSource Members.
System.Object
Resco.Controls.AdvancedTree.CellSource
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The cell source type is determined by the SourceType property. It is changed when setting one of the ConstantData, ColumnIndex or ColumnName properties.
When source type is Constant, the Cell displays the content of ConstantData property instead of data from row. ImageCell uses this property as a constant ImageIndex.
When source type is ColumnIndex, the Cell displays the content of the ColumnIndex-th field in the data row. If it is -1, then the index of the Cell is used.
When source type is ColumnName, the Cell displays the content of the field with name from the ColumnName property.
Namespace: Resco.Controls.AdvancedTree
Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)
CellSource Members | Resco.Controls.AdvancedTree Namespace