Skip to main content

TcxGridMasterDataRow.DetailGridViewExists Property

Determines whether the master row contains a detail View for a particular grid level.

Declaration

property DetailGridViewExists[Index: Integer]: Boolean read;

Property Value

Type
Boolean

Remarks

Use the DetailGridViewExists property to determine whether the master row contains a detail View for a particular grid level. The grid level is identified by its index. The DetailGridViewExists property returns True if the detail View is created for the specified grid level. Otherwise, False is returned.

All the detail Views which have been created for the current master row, can be accessed via the DetailGridViews property.

To learn more about creating master-detail relationships refer to the Master-Detail topic.

See Also