CellInfoCheckStatus
Lists the possible states of checkbox/radio button rendering for a given cell in the current instance of the BinaryTreeListViewNode object.
public enum CellInfoCheckStatus
Members at a glance
CheckBoxCheckedNormal | The treelist cell in the given node is set to render a checkbox object with its checked state set to true. |
CheckBoxUncheckedNormal | The treelist cell in the given node is set to render a checkbox object with its checked state set to false. |
None | The treelist cell in not enabled with rendering a checkbox or a radio button. In this state, the node will render an image for its cell, if an image is set for this node / cell. |
RadioButtonCheckedNormal | The treelist cell in the given node is set to render a radio button object with its checked state set to true. |
RadioButtonUncheckedNormal | The treelist cell in the given node is set to render a radio button object with its checked state set to false. |
Members
CheckBoxCheckedNormal
The treelist cell in the given node is set to render a checkbox object with its checked state set to true.
CheckBoxUncheckedNormal
The treelist cell in the given node is set to render a checkbox object with its checked state set to false.
None
The treelist cell in not enabled with rendering a checkbox or a radio button. In this state, the node will render an image for its cell, if an image is set for this node / cell.
RadioButtonCheckedNormal
The treelist cell in the given node is set to render a radio button object with its checked state set to true.
RadioButtonUncheckedNormal
The treelist cell in the given node is set to render a radio button object with its checked state set to false.