Skip to main content

TcxvgMultiRecordsOptionsData.AddRecordOnEditIfEmpty Property

Specifies if an edit operation in an empty vertical grid adds a record before the operation proceeds.

Declaration

class property AddRecordOnEditIfEmpty: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to False to cancel the edit operation; otherwise, it adds a record to proceed.

Note

AddRecordOnEditIfEmpty is a class property. Its setting applies to all vertical grids in an application.

The AddRecordOnEditIfEmpty property’s default value is True.

See Also