TcxGridCardViewVisibleRowLayoutObject.GetLastVisibleSubItem(TcxGridCardViewRow) Method
Provides access to the last child of the ARow.
Declaration
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