| | Name | Description |
 | AllowDetailToggle | Gets or sets a value indicating whether the end user can toggle the expansion state of the child details of the details to which the configuration is applied. |
 | AutoCreateColumns | Gets or sets a value indicating whether the columns of the detail are automatically created. |
 | AutoCreateDetailConfigurations | Gets or sets a value indicating whether the detail configurations of the detail are automatically created. |
 | Columns | Gets a list of the columns that will be displayed in the details to which the configuration is applied. |
 | DefaultDetailConfiguration | Gets or sets the detail configuration that will be applied to the child details of the detail and any descendant details when an explicit detail configuration is not provided for a specific detail relation. |
 | DefaultGroupConfiguration | Gets or sets the default configuration that will be applied to any groups in the detail for which an explicit group configuration is not provided. |
 | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
 | DetailConfigurations | Gets the list of the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details. |
 | DetailIndicatorStyle | Gets or sets the style that will be applied to the detail indicators of the details to which the configuration is applied. |
 | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
 | Footers | Gets a collection that contains the items that are located in the footer sections of the details to which the configuration is applied. |
 | GroupConfigurationSelector | Gets or sets a group-configuration selector that will be used to select the appropriate configuration for a group based on its information and/or content for the details to which the configuration is applied. |
 | GroupLevelDescriptions | Gets a collection of GroupLevelDescription objects that contain information on each group level contained in the grid. |
 | Headers | Gets a collection containing the items in the header sections of the details to which the configuration is applied. |
 | IsSealed | (Inherited from System.Windows.DependencyObject) |
 | ItemContainerStyle | Gets or sets the style that will be applied to the containers (DataRow) of the data items in the details to which the configuration is applied. |
 | ItemContainerStyleSelector | Gets or sets a style selector that will select the appropriate style to apply to the containers (DataRow) of the data items in the detail to which the configuration is applied. |
 | RelationName | Gets or sets the name that identifies the configuration's corresponding detail descriptions defined in the parent DataGridCollectionView, DataGridCollectionViewSource, or DataGridDetailDescription. |
 | Title | Gets or sets the title that can be used to provide a user-friendly name for the configurations corresponding detail relation and detail description. |
 | TitleTemplate | Gets or sets the template that will be used to display the configuration's title. |
 | UseDefaultHeadersFooters | Gets or sets a value indicating whether the default headers and footers are automatically added to the header and footer sections of the details to which the configuration is applied. |
 | Visible | Gets or sets a value indicating whether the details to which the configuration is applied are visible. |
 | VisibleColumns | Gets a list of the columns whose Visible property is true, ordered according to their VisiblePositions. |