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.AdvancedComboBox.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, ColumnIndex or DisplayMember properties.
When source type is Constant, the Cell displays the content of ConstantData property instead of data from item. 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 item. 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.
When source type is DisplayMember, the Cell displays the content of the field with name obtained from DisplayMember property.
Namespace: Resco.Controls.AdvancedComboBox
Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)
CellSource Members | Resco.Controls.AdvancedComboBox Namespace