TcxCustomGridRecord.IsData Property
Determines whether the record displays data in cells.
Declaration
property IsData: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
For all data rows, including master rows and the new item row, this property returns True. For group rows, False is returned.
See Also