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