Skip to main content

TcxGridMasterDataRow.DetailGridViewHasData Property

Determines whether the detail View of the currently processed master row has rows.

Declaration

property DetailGridViewHasData[Index: Integer]: Boolean read;

Property Value

Type
Boolean

Remarks

The DetailGridViewHasData method returns True, if the Index detail View has rows.

The Index parameter specifies the index of a detail View (the level’s index) associated with the current master row.

See Also