Master-Detail Member Table
- 3 minutes to read
In This Article
This topic lists the key members that you will use when building master-detail hierarchies using the GridControl.
#Enable Detail Views
Class / Member | Description |
---|---|
Table |
Gets or sets whether end-users can access this View’s details. |
Grid |
Enables master-detail representation within this Grid |
#Data Grid in Detail
Class / Member | Description |
---|---|
Data |
Represents a detail that displays a grid control and natively integrates with the master grid. |
Data |
Gets or sets the detail grid’s data binding by specifying the path relative to the master grid’s records. |
Data |
Gets or sets the detail section’s header content. |
#Custom Content in Detail
Class / Member | Description |
---|---|
Content |
Represents a Detail with freely-customizable content. |
Detail |
Gets or sets the template specifying the entire or partial content of a Detail. |
Content |
Gets or sets the detail section’s header content. This is a dependency property. |
#Tabbed View for Details
Class / Member | Description |
---|---|
Tab |
Displays multiple Details within a tabbed container. |
Multi |
Provides access to Detail Descriptors to be displayed by this multi-detail container. |
#Expand and Collapse Master Rows
Class / Member | Description |
---|---|
Grid |
Expands the specified master row and, optionally, shows the specified Detail. |
Grid |
Collapses the detail section for the specified row. |
Grid |
Changes the expanded state for a specified master row and, optionally, shows a specified Detail. |
Grid |
Determines the specified master row’s expanded state and, optionally, the specified Detail’s visibility. |
Grid |
Enables you to specify whether a master row may be expanded. |
Grid |
Enables you to specify whether a master row may be collapsed. |
Grid |
Fires immediately after a master row has been expanded. |
Grid |
Fires immediately after a master row has been collapsed. |
Table |
Gets or sets the binding that determines which rows display detail expand buttons. |
Table |
Gets or sets whether to display expand buttons within master rows. |
#Obtain Details
Class / Member | Description |
---|---|
Grid |
Returns the detail data control identified by the master row and its Detail Descriptor. |
Grid |
Returns the currently visible detail data control identified by its master row. |
Grid |
Returns the Detail Descriptor corresponding to the currently expanded detail of the specified master row. |
#Printing and Exporting
Class / Member | Description |
---|---|
Table |
Gets or sets whether to print View’s details. This is a dependency property. |
Table |
Gets or sets whether to print/export empty details. This is a dependency property. |
Table |
Gets or sets the top print detail indent. This is a dependency property. |
Table |
Gets or sets the bottom print detail indent. This is a dependency property. |
See Also