TcxCustomGridTableViewData.NewItemRecord Property
Provides access to a new item record in the parent grid View.
Declaration
property NewItemRecord: TcxCustomGridRecord read;
Property Value
Type | Description |
---|---|
TcxCustomGridRecord | Returns a new item record if the HasNewItemRecord function returns Cast returned object to the corresponding terminal TcxCustomGridRecord class descendant to access all public API members. Tip Call the |
See Also