Skip to main content

TcxGridMasterDataRow.ActiveDetailGridViewExists Property

Specifies whether the master row contains an active detail View.

Declaration

property ActiveDetailGridViewExists: Boolean read;

Property Value

Type
Boolean

Remarks

The ActiveDetailGridViewExists property returns True if there is an active detail View accessible via the ActiveDetailGridView property. Otherwise, False is returned.

See Also