Back to Devexpress

TdxOcNode Properties

vcl-dxorgchr-dot-tdxocnode-dot-underscore-properties.md

latest2.4 KB
Original Source

TdxOcNode Properties

A tree node.

NameDescription
AbsoluteCountReturns the total count of child nodes.
AbsoluteItemsProvides indexed access to all the child nodes at all hierarchy levels.
ChildAlignAligns the node in relation to its direct descendants.
ColorSpecifies the node’s background color.
CountReturns the node’s direct descendants count.
DataPoints to custom data, associated with the node
DeletingIdentifies if the node is being removed.
ExpandedSpecifies whether the tree node is expanded.
HasChildrenSpecifies if the node has the list for storing child nodes.
HeightSpecifies the tree node height, in pixels.
ImageAlignSpecifies the image position within a node.
ImageIndexSpecifies an image displayed within the tree node.
IndexReturns the zero-based index corresponding to the node’s position among its siblings.
IsVisibleIdentifies if both the current node and its parent are expanded.
ItemsProvides zero-based indexed access to individual child nodes.
LevelReturns the node’s nesting level.
OwnerProvides access to the OrgChart control to which the node belongs.
ParentProvides access to the current node’s parent.
SelectedSpecifies whether the node is selected
ShapeSpecifies the node frame’s geometric shape.
TextSpecifies a text string associated with the node.
WidthSpecifies the tree node width, in pixels.

See Also

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit