Skip to main content

TcxGridLevelOptions Class

Contains a set of options managing the visibility of Views displayed at child (detail) levels.

Declaration

TcxGridLevelOptions = class(
    TPersistent
)

Remarks

This class contains options managing the appearance of Views displayed at child (detail) levels. To apply these settings, use the TcxCustomGrid.RootLevelOptions and TcxGridLevel.Options properties.

Inheritance

TObject
TPersistent
TcxGridLevelOptions
See Also