Skip to main content

TcxCustomGridTableView.Items Property

Provides zero-based indexed access to the items created within the View.

Declaration

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

Property Value

Type
TcxCustomGridTableItem

Remarks

Use this property to access individual items and enable or disable item-specific features, including grouping, sorting, filtering, in-place editor, data binding settings, etc. Refer to the TcxCustomGridTableItem class description to learn more.

See Also