Name | Description | |
---|---|---|
AllowDetailToggle | Gets a value indicating whether the end user can toggle the expansion state of details in the context. | |
AutoFilterValues | Gets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values. | |
ColumnChooserColumns | Gets a collection of the columns whose titles are displayed in the column-chooser context menu. | |
Columns | Gets a list of the columns contained in the context. | |
CurrentColumn | Gets or sets the context's current column. | |
CurrentItem | Gets or sets the context's current data item. | |
CurrentItemIndex | Gets or sets the index of the context's current data item. | |
DataGridControl | Gets the context's parent DataGridControl. | |
DefaultGroupConfiguration | Gets the default configuration that will be used by any groups in the context for which an explicit group configuration is not provided. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
DetailConfigurations | Gets a list of the configurations that will be applied to their corresponding details. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DistinctValues | Gets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding distinct values. | |
Footers | Gets a collection that contains the items that are located in the footer section of the context. | |
GroupConfigurationSelector | Gets a group-configuration selector that will be used to select the appropriate configuration for a group in the context based on its information and/or content. | |
GroupLevelDescriptions | Gets a collection of GroupLevelDescription objects that contain information on each group level contained in the context. | |
HasDetails | Gets a value indicating whether the context has details. | |
Headers | Gets a collection that contains the items that are located in the header section of the context. | |
IsCurrent | Gets a value indicating whether the context is current. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
ItemContainerStyle | Gets the style that is applied to the container element (DataRow) generated for each item in the context. | |
ItemContainerStyleSelector | Gets a style selector that selects the appropriate style to apply to each generated container element (DataRow) in the context. | |
Items | Gets the collection view that was used to generate the content of the context. | |
MaxGroupLevels | Gets a value indicating the maximum number of group levels that can be created. | |
MaxSortLevels | Gets a value indicating the maximum number of sort levels that can be created. | |
MergedHeaders | Gets a list of the merged column headers in the context. | |
ParentDataGridContext | Gets the context's parent DataGridContext. | |
ParentItem | Gets the parent data item to which the context belongs | |
SelectedCellRanges | Gets the cell ranges selected in the data context. | |
SelectedItemRanges | Gets the data item ranges selected in the data context. | |
SelectedItems | Gets a collection of data items that are currently selected in the context. | |
SourceDetailConfiguration | Gets the detail configuration that was applied to the detail that is the source of the context. | |
StatCellConfigurations | Gets the collection of StatCellConfiguration for a DataGridContext (that is a Detail or a Master). | |
VisibleColumns | Gets a list of the columns in the context whose Visible property is true, ordered according to their VisiblePosition. |