TcxCustomGridRecord.IsNewItemRecord Property
Determines whether the current record is a “new item record” within a View.
Declaration
property IsNewItemRecord: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The IsNewItemRecord property returns True if the current record identifies a “new item record” (used to enter new data within a View). A new item record is referenced by the ViewData.NewItemRecord property. You can enable displaying the new item record (implemented only in a Table View) by setting the View’s OptionsView.NewItemRow property to True.
See Also