Skip to main content

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

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IEditorThe access object to the editor information.

Property

NameDescription
ColumnsDisplay 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.
FixedColumnIndexFixed Column Index
RootRoot tree node of the tree grid
ShowSingleLineWhether to show the element in one line height

Method

NameDescription
GetSelectedNodesGets the tree nodes that are selected in the editor.
The order of the collection of select elements is indeterminate.