Name | Description | |
---|---|---|
AutoCreateDetailDescriptions | Gets or sets a value indicating whether detail descriptions are to be automatically created. | |
AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key descriptions are automatically created. | |
AutoCreateItemProperties | Gets or sets a value indicating whether item properties are to be automatically created. | |
AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items in the detail will be performed. | |
AutoFilterValues | Gets a dictionary that contains a list of the detail's DataGridItemProperty objects with their corresponding auto-filter values. | |
DefaultCalculateDistinctValues | Get or sets the default value of the CalculateDistinctValues property when a DataGridItemProperty has not explicitly set its value. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
DetailDescriptions | Gets 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. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DistinctValuesConstraint | Gets or sets a value representing the constraint applied to the distinct values of the underlying DataGridCollectionView when automatically filtering data items. | |
FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. | |
GroupDescriptions | Gets a collection of group descriptions that describe how the items in the detail are grouped. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
ItemProperties | Gets a collection of DataGridItemProperty objects, which represent the items that are contained in the detail. | |
RelationName | Gets or sets the relation name of the detail. | |
SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the detail. | |
StatFunctions | Gets a collection of the statistical functions whose results can be used by various elements throughout the detail. | |
Title | Gets or sets the title that can be used to provide a user-friendly name for the detail configuration associated with the detail description. | |
TitleTemplate | Gets or sets the template that will be used to display the description's title. |