Skip to main content

TcxCustomGridRecord.IsFirst Property

Determines whether the record is displayed at the first position within a View.

Declaration

property IsFirst: Boolean read;

Property Value

Type
Boolean

Remarks

The IsFirst property returns True for the first record displayed within a View. It uses the Index property to retrieve the position of the record within a View. If Index returns a value other than 0, False is returned.

See Also