Back to Devexpress

TcxCustomGridTableView.Items Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-7c28051b.md

latest2.2 KB
Original Source

TcxCustomGridTableView.Items Property

Provides indexed access to all data items in the grid View.

Declaration

delphi
property Items[Index: Integer]: TcxCustomGridTableItem read; write;

Property Value

TypeDescription
TcxCustomGridTableItem

A data item in the current View.

You need to cast the returned object to the corresponding terminal TcxCustomGridTableItem class descendant to access all public API members.

Tip

You can call the returned object’s ClassType function to identify the actual data item type.

|

Remarks

You can use the Items property to access individual data items in the grid View. The ItemCount property allows you to identify the number of data items accessible through the Items property.

Tip

All terminal TcxCustomGridTableView class descendants implement grid View-specific counterparts of the Items property that expose data items as objects of corresponding terminal TcxCustomGridTableItem descendant types.

See Also

TcxCustomGridTableView.ClearItems Procedure

TcxCustomGridTableView.CreateItem Function

TcxCustomGridTableView.GroupedItems Property

TcxCustomGridTableView.SortedItems Property

TcxCustomGridTableView.VisibleItems Property

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit