TcxGridTableOptionsView.NewItemRow Property
In This Article
Deprecated. Specifies if the new item row is visible.
#Declaration
Delphi
property NewItemRow: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Warning
The New
property is deprecated and exists only to maintain backward compatibility. Use the grid Table View’s New
#Default Value
The NewItemRow
property’s default value is False
.
See Also