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

TcxGridCardViewVisibleRowLayoutObject.IsWholeLayer(TcxGridCardViewRow) Method

Identifies if the specified card row and its children comprise the entire layer.

#Declaration

Delphi
function IsWholeLayer(ARow: TcxGridCardViewRow): Boolean;

#Parameters

Name Type
ARow TcxGridCardViewRow

#Returns

Type
Boolean

#Remarks

An ARow item can have children if it is a category row (the ARow‘s Kind property is set to rkCategory).

IsWholeLayer returns True, if only ARow and its children reside in a particular layer.

See Also