PropertyDetailDescription Class Members
See Also  Properties  Methods 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : PropertyDetailDescription Class

The following tables list the members exposed by PropertyDetailDescription.

Public Constructors

 NameDescription
Public ConstructorPropertyDetailDescription ConstructorOverloaded. Initializes a new instance of the PropertyDetailDescription class.  
Top

Public Properties

 NameDescription
Public PropertyAutoCreateDetailDescriptionsGets or sets a value indicating whether detail descriptions are to be automatically created. (Inherited from DataGridDetailDescription)
Public PropertyAutoCreateForeignKeyDescriptionsGets a value indicating whether the foreign key descriptions are automatically created. (Inherited from DataGridDetailDescription)
Public PropertyAutoCreateItemPropertiesGets or sets a value indicating whether item properties are to be automatically created. (Inherited from DataGridDetailDescription)
Public PropertyAutoFilterModeGets or sets a value indicating how automatic filtering of the data items in the detail will be performed. (Inherited from DataGridDetailDescription)
Public PropertyAutoFilterValuesGets a dictionary that contains a list of the detail's DataGridItemProperty objects with their corresponding auto-filter values. (Inherited from DataGridDetailDescription)
Public PropertyDefaultCalculateDistinctValuesGet or sets the default value of the CalculateDistinctValues property when a DataGridItemProperty has not explicitly set its value. (Inherited from DataGridDetailDescription)
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDetailDescriptionsGets a collection of DataGridDetailDescription objects that provide information on the details that will be contained in the detail, including sorting, grouping, and child detail descriptions. (Inherited from DataGridDetailDescription)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDistinctValuesConstraintGets or sets a value representing the constraint applied to the distinct values of the underlying DataGridCollectionView when automatically filtering data items. (Inherited from DataGridDetailDescription)
Public PropertyFilterCriteriaModeGets or sets a value indicating how filters entered into a FilterRow are applied. This feature is available only in the Professional Edition (Inherited from DataGridDetailDescription)
Public PropertyGroupDescriptionsGets a collection of group descriptions that describe how the items in the detail are grouped. (Inherited from DataGridDetailDescription)
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyItemPropertiesGets a collection of DataGridItemProperty objects, which represent the items that are contained in the detail. (Inherited from DataGridDetailDescription)
Public PropertyPropertyDescriptorGets or sets the PropertyDescriptor whose corresponding property's content will be displayed as the details of the master data items in a grid or as the data items of another detail.  
Public PropertyRelationNameGets or sets the relation name of the detail. (Inherited from DataGridDetailDescription)
Public PropertySortDescriptionsGets a collection of SortDescription objects that describe how the items in the collection are sorted in the detail. (Inherited from DataGridDetailDescription)
Public PropertyStatFunctionsGets a collection of the statistical functions whose results can be used by various elements throughout the detail. (Inherited from DataGridDetailDescription)
Public PropertyTitleGets or sets the title that can be used to provide a user-friendly name for the detail configuration associated with the detail description. (Inherited from DataGridDetailDescription)
Public PropertyTitleTemplateGets or sets the template that will be used to display the description's title. (Inherited from DataGridDetailDescription)
Top

Public Methods

Protected Methods

 NameDescription
Protected MethodGetDetailsForParentItemOverridden. Retrieves the details for the specified parent data item.  
Protected MethodInitializeOverridden. Initializes the detail using the information retrieved from the specified parent collection view.  
Protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
Protected MethodShouldSerializeProperty (Inherited from System.Windows.DependencyObject)
Top

See Also