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.GetLastVisibleSubItem(TcxGridCardViewRow) Method

Provides access to the last child of the ARow.

#Declaration

Delphi
function GetLastVisibleSubItem(ARow: TcxGridCardViewRow): TcxGridCardViewRow;

#Parameters

Name Type
ARow TcxGridCardViewRow

#Returns

Type
TcxGridCardViewRow

#Remarks

If ARow is a category row (the ARow‘s Kind property is set to rkCategory) and it’s expanded (the value of its Expanded property is True), the GetLastVisibleSubItem function returns a reference to the ARow‘s last child.

Otherwise the method returns a reference to the ARow itself.

See Also