Skip to main content

TcxCustomGridRow.AsMasterDataRow Property

Provides access to the current row as a master data row.

Declaration

property AsMasterDataRow: TcxGridMasterDataRow read;

Property Value

Type
TcxGridMasterDataRow

Remarks

Use this property to access the properties and methods of the master data row which is represented by the current row. Using the AsMasterDataRow property in code lets you avoid casting the instance of the current row to the TcxGridMasterDataRow class.

Note

If the current row doesn’t represent a master data row, accessing the AsMasterDataRow property raises an exception.

See Also