TcxGridLevel.Active Property
Specifies whether the current level is active.
Declaration
property Active: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
The level’s Active property returns True if the current level is the active root grid level. Root grid levels are the levels displayed at the root nesting level. This property is in effect only for root grid levels.
Note
For child levels, this property always returns False. To make a particular grid level (both root and child level) visible, call its MakeVisible method.
Use the grid’s ActiveLevel property and a data row’s ActiveDetailLevel property of a master View to determine the current active root grid level and active child level and the active child level, respectively.
See Also