TcxTreeListNode.IsGroupNode Property
In This Article
Indicates if the node is a group node.
#Declaration
Delphi
property IsGroupNode: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
The IsGroupNode
property is in effect only when the categorized paint style is enabled.
See Also