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

TdxGridReportLinkOptionsLevels.RiseActiveLevelOntoTop Property

Indicates whether the view that corresponds to the currently active root grid level is displayed at the top of a report.

#Declaration

Delphi
property RiseActiveLevelOntoTop: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the RiseActiveLevelOntoTop property to True to display the view that corresponds to the grid level at the root nesting level which is currently active before all the other levels which will appear in the report in accordance to their indexes in the grid’s Levels collection of the root grid levels. Otherwise, the state of the grid level at the root nesting level does not affect the order in which the corresponding views are displayed in the report.

Note

This property has no effect when the Unwrap property is set to False.

The RiseActiveLevelOntoTop property’s default value is True.

See Also