Skip to main content

TcxGridLevel.GetAvailableItem Method

Returns the first visible child (detail) level which can be displayed by the current grid level.

Declaration

function GetAvailableItem: TcxGridLevel;

Returns

Type
TcxGridLevel

Remarks

To access a particular child (detail) level, which is available for display by the current grid level, use the VisibleItems zero-based indexed collection. The GetAvailableItem function returns the first visible detail level from this collection. When no detail level exists (the VisibleCount property returns 0), this function returns nil.

See Also