Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridLevel.Active Property

Specifies whether the current level is active.

#Declaration

Delphi
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