TcxGridLevel Properties
Encapsulates the concept of grid level within a grid control.Name | Description |
---|---|
Active | Specifies whether the current level is active. |
ActuallyVisible | Specifies whether the current level and all its parent (master) levels can be displayed. |
CanBeVisible | |
Caption | Specifies the caption for the current level. |
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
Control | Specifies the grid control containing the current grid level. |
Count | Returns the number of child (detail) levels for the current grid level. |
DataRelation | |
DesignInfo | Inherited from TComponent. |
DisplayCaption | |
FakeComponentLink1 | Inherited from TcxComponent. |
FakeComponentLink2 | Inherited from TcxComponent. |
FakeComponentLink3 | Inherited from TcxComponent. |
GridView | Specifies the View associated with the current level. |
ImageIndex | Specifies the index of an image associated with the current grid level. |
Index | Determines the position of the grid level within the collection of detail levels to which it belongs. |
IsDesigning | Inherited from TcxComponent. |
IsDestroying | Inherited from TcxComponent. |
IsLoading | Inherited from TcxComponent. |
IsMaster | Specifies whether a grid level has child levels that can be displayed. |
IsRoot | |
IsTop | Specifies whether the grid level is at the root nesting level. |
Items | Specifies the collection of child (detail) levels for the current grid level. |
Level | |
MaxDetailHeight | Specifies the maximum height (in pixels) of Views displayed by detail levels. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Options | Specifies a set of options managing the visibility of Views displayed by child (detail) levels. |
Owner | Inherited from TComponent. |
Parent | Specifies the parent grid level which owns the current grid level. |
Styles | Provides access to styles that define the appearance of child level elements. |
Tag | Inherited from TComponent. |
VCLComObject | Inherited from TComponent. |
Visible | Specifies whether the current level can be displayed. |
VisibleCount | Returns the number of child (detail) levels which can be displayed. |
VisibleIndex | Determines the position of the grid level within a collection of visible detail levels. |
VisibleItems | Specifies the collection of child (detail) levels which can be displayed. |
See Also