TcxEditorPropertiesCollection.Items Property
Provides indexed access to multi editor row items.
Declaration
property Items[Index: Integer]: TcxEditorRowItemProperties read; default;
Property Value
Type |
---|
TcxEditorRowItemProperties |
Remarks
The Items property exposes the TcxEditorRowItemProperties object whose interface can be used to bind a multieditor row item to data, obtain its value and determine the handlers for several events. You can use the Items property to iterate through the collection of multieditor row items within the current grid row.
The Index parameter specifies the zero-based index of the desired row item.
Additionally, you can use the TCollection.Count property to obtain the number of row items within the grid row.
See Also