ITreeGrid interface
Namespace: NextDesign.Core
Description
Access object to tree grid information.
If the IEditor's EditorType is "TreeGrid", you can access tree grid specific information by casting to this interface type.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access editors. |
Inherit Base
Name | Description |
---|---|
IEditor | The access object to the editor information. |
Property
Name | Description |
---|---|
Columns | Display column information The order is the same as the display order on the UI (0th on the left). In addition, columns hidden in the UI are not included. |
FixedColumnIndex | Fixed Column Index |
Root | Root tree node of the tree grid |
ShowSingleLine | Whether to show the element in one line height |
Method
Name | Description |
---|---|
GetSelectedNodes | Gets the tree nodes that are selected in the editor. The order of the collection of select elements is indeterminate. |