DetailConfiguration Class Members
See Also  Fields  Properties  Methods  Events
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DetailConfiguration Class

The following tables list the members exposed by DetailConfiguration.

Public Constructors

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowDetailTogglePropertyIdentifies the AllowDetailToggle dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoCreateColumnsPropertyIdentifies the AutoCreateColumns dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoCreateDetailConfigurationsPropertyIdentifies the AutoCreateDetailConfigurations dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnsPropertyIdentifies the Columns dependency property.  
Public Fieldstatic (Shared in Visual Basic)DefaultDetailConfigurationPropertyIdentifies the DefaultDetailConfiguration dependency property.  
Public Fieldstatic (Shared in Visual Basic)DefaultGroupConfigurationPropertyIdentifies the DefaultGroupConfiguration dependency property.  
Public Fieldstatic (Shared in Visual Basic)DetailConfigurationsPropertyIdentifies the DetailConfigurations dependency property.  
Public Fieldstatic (Shared in Visual Basic)DetailIndicatorStylePropertyIdentifies the DetailIndicatorStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)FootersPropertyIdentifies the Footers dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupConfigurationSelectorPropertyIdentifies the GroupConfigurationSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)GroupLevelDescriptionsPropertyIdentifies the GroupLevelDescriptions dependency property.  
Public Fieldstatic (Shared in Visual Basic)HeadersPropertyIdentifies the Headers dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemContainerStylePropertyIdentifies the ItemContainerStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemContainerStyleSelectorPropertyIdentifies the ItemContainerStyleSelector dependency property.  
Public Fieldstatic (Shared in Visual Basic)RelationNamePropertyIdentifies the RelationName dependency property.  
Public Fieldstatic (Shared in Visual Basic)TitlePropertyIdentifies the Title dependency property.  
Public Fieldstatic (Shared in Visual Basic)TitleTemplatePropertyIdentifies the TitleTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)UseDefaultHeadersFootersPropertyIdentifies the UseDefaultHeadersFooters dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisibleColumnsPropertyIdentifies the VisibleColumns dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible dependency property.  
Top

Public Properties

 NameDescription
Public PropertyAllowDetailToggleGets 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.  
Public PropertyAutoCreateColumnsGets or sets a value indicating whether the columns of the detail are automatically created.  
Public PropertyAutoCreateDetailConfigurationsGets or sets a value indicating whether the detail configurations of the detail are automatically created.  
Public PropertyColumnsGets a list of the columns that will be displayed in the details to which the configuration is applied.  
Public PropertyDefaultDetailConfigurationGets 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.  
Public PropertyDefaultGroupConfigurationGets or sets the default configuration that will be applied to any groups in the detail for which an explicit group configuration is not provided.  
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDetailConfigurationsGets the list of the detail configurations that have been explicitly provided for specific detail relations and that will be applied to any corresponding details.  
Public PropertyDetailIndicatorStyleGets or sets the style that will be applied to the detail indicators of the details to which the configuration is applied.  
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFootersGets a collection that contains the items that are located in the footer sections of the details to which the configuration is applied.  
Public PropertyGroupConfigurationSelectorGets 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.  
Public PropertyGroupLevelDescriptionsGets a collection of GroupLevelDescription objects that contain information on each group level contained in the grid.  
Public PropertyHeadersGets a collection containing the items in the header sections of the details to which the configuration is applied.  
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyItemContainerStyleGets 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.  
Public PropertyItemContainerStyleSelectorGets 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.  
Public PropertyRelationNameGets or sets the name that identifies the configuration's corresponding detail descriptions defined in the parent DataGridCollectionView, DataGridCollectionViewSource, or DataGridDetailDescription.  
Public PropertyTitleGets or sets the title that can be used to provide a user-friendly name for the configurations corresponding detail relation and detail description.  
Public PropertyTitleTemplateGets or sets the template that will be used to display the configuration's title.  
Public PropertyUseDefaultHeadersFootersGets 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.  
Public PropertyVisibleGets or sets a value indicating whether the details to which the configuration is applied are visible.  
Public PropertyVisibleColumnsGets a list of the columns whose Visible property is true, ordered according to their VisiblePositions.  
Top

Public Methods

 NameDescription
Public MethodBeginInitSignals the beginning of a batch modification process.  
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodEndInitSignals the end of a batch modification process.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChangedOverridden. Raises the PropertyChanged event.  
Protected MethodShouldSerializeProperty (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
Public EventInitializingInsertionRowRaised when an InsertionRow in the detail is being initialized.  
Public EventPropertyChangedRaised when the value of a property is changed.  
Top

See Also