TcxGridMasterDataRow Properties
A row in a master View.| Name | Description |
|---|---|
| ActiveDetailGridView | Returns the active detail View. |
| ActiveDetailGridViewExists | Specifies whether the master row contains an active detail View. |
| ActiveDetailIndex | Specifies the index of the detail View (level) associated with the master View. |
| ActiveDetailLevel | Refers to the grid level owning the active detail View. |
| AsGroupRow | Provides access to the current row as a group row. Inherited from TcxCustomGridRow. |
| AsMasterDataRow | Provides access to the current row as a master data row. Inherited from TcxCustomGridRow. |
| DetailGridViewCount | Determines the number of detail Views associated with the current master row. |
| DetailGridViewExists | Determines whether the master row contains a detail View for a particular grid level. |
| DetailGridViewHasData | Determines whether the detail View of the currently processed master row has rows. |
| DetailGridViews | Provides access to all the detail Views, which have been created for the current master row. |
| DisplayTexts | Provides indexed access to display of a field’s value. Inherited from TcxCustomGridRecord. |
| DragHighlighted | Inherited from TcxCustomGridRecord. |
| EditFormVisible | Inherited from TcxGridDataRow. |
| Expandable | Gets whether the record can be expanded and/or collapsed. Inherited from TcxCustomGridRecord. |
| Expanded | Specifies whether the record is expanded. Inherited from TcxCustomGridRecord. |
| FixedState | Inherited from TcxCustomGridRow. |
| Focused | Specifies whether the current record is focused. Inherited from TcxCustomGridRecord. |
| GridView | Inherited from TcxCustomGridRow. |
| GridViewLevel | Provides access to a level object associated with the View to which the current row belongs. Inherited from TcxCustomGridRow. |
| HasCells | Determines whether the current record has cells displaying values. Inherited from TcxCustomGridRecord. |
| HasChildren | Determines whether the current master row contains any non-empty detail Views. |
| Index | Returns the visual position of the record within a View. Inherited from TcxCustomGridRecord. |
| IsData | Determines whether the record displays data in cells. Inherited from TcxCustomGridRecord. |
| IsEditing | Determines whether the record is currently being edited (the data controller is in edit mode). Inherited from TcxCustomGridRecord. |
| IsFilterRow | Determines whether the current row references the View’s filter row. Inherited from TcxCustomGridRow. |
| IsFirst | Determines whether the record is displayed at the first position within a View. Inherited from TcxCustomGridRecord. |
| IsLast | Determines whether the current record is located at the last position within a View. Inherited from TcxCustomGridRecord. |
| IsNewItemRecord | Determines whether the current record is a “new item record” within a View. Inherited from TcxCustomGridRecord. |
| IsNewItemRow | Identifies if the row is a new item row. Inherited from TcxCustomGridRow. |
| IsParentRecordLast protected | Determines whether a group footer that corresponds to a specific group level can be displayed under the current record. Inherited from TcxCustomGridRecord. |
| LastParentRecordCount protected | Returns the number of group levels for which the current record can display group footers. Inherited from TcxCustomGridRecord. |
| Level | Returns the group level of the current record. Inherited from TcxCustomGridRecord. |
| ParentRecord | Returns an immediate parent record for the current record. Inherited from TcxCustomGridRecord. |
| PartVisible | Inherited from TcxCustomGridRecord. |
| PixelScrollPosition | Inherited from TcxCustomGridRecord. |
| RecordIndex | Specifies the record index of the current record. Inherited from TcxCustomGridRecord. |
| Selected | Specifies whether the current record is selected. Inherited from TcxCustomGridRecord. |
| ValueCount | Specifies the number of values corresponding to items (fields) in the current record. Inherited from TcxCustomGridRecord. |
| Values | Provides indexed access to data item values. Inherited from TcxCustomGridRecord. |
| ViewData | Identifies an object containing the current row. Inherited from TcxCustomGridRow. |
| ViewInfo | Inherited from TcxCustomGridRow. |
| Visible | Returns the visibility of the current record. Inherited from TcxCustomGridRecord. |
See Also