Skip to main content

TdxGridReportLinkOptionsLevels Class

Represents a set of options which control the appearances of the views according to the level they are located at in the grid control’s hierarchy.

Declaration

TdxGridReportLinkOptionsLevels = class(
    TdxGridReportLinkOptions
)

Remarks

The TdxGridReportLinkOptionsLevels class provides a set of options for customizing the appearance of the views within the grid control according to their level in the grid control. The Unwrap and UnwrapTopLevel properties let you display all the views (not only the active ones) that correspond to child levels and levels at the root nesting level, respectively. Use the RiseActiveLevelOntoTop property in combination with the UnwrapTopLevel property to place the view associated with the active grid level at the root nesting level to the top of the report.

Call the RestoreDefaults method to reset all the options within this set back to their default values.

To access these options, use the grid report link’s OptionsLevels property.

See Also