Skip to main content

TcxCustomGridRow.ViewData Property

Identifies an object containing the current row.

Declaration

property ViewData: TcxGridViewData read;

Property Value

Type
TcxGridViewData

Remarks

This property specifies an object of the TcxGridViewData class representing the current arrangement of rows within a View. ViewData provides access to all rows displayed within a View (i.e. does not include the hidden ones within collapsed records). The current row can be accessed as one of the TcxGridViewData.Rows collection elements.

See Also