![]() | DataGridExtensions Namespace |
Class | Description | |
---|---|---|
![]() | ColumnStyles |
A class to manage the column styles of a DataGrid |
![]() | DataGridColumnStyle |
Defines the column styles for a data grid column.
|
![]() | DataGridColumnStyleCollection |
A collection of DataGridColumnStyle objects.
|
![]() | DataGridFilter |
Defines the attached properties that can be set on the data grid level.
|
![]() | DataGridFilterColumn |
Defines the attached properties that can be set on the data grid column level.
|
![]() | DataGridFilterColumnControl |
This class is the control hosting all information needed for filtering of one column.
Filtering is enabled by simply adding this control to the header template of the DataGridColumn.
|
![]() | DataGridFilterHost |
This class hosts all filter columns and handles the filter changes on the data grid level.
This class will be attached to the DataGrid.
|
![]() | DataGridFilteringEventArgs |
Notification about additional columns to be filtered.
Clients can e.g. use this event to cache/pre-load column data in a different thread and/or display a wait cursor while filtering.
![]()
Clients may only cancel the processing when e.g. the data grid is about to be unloaded. Canceling the process of filtering
will cause the UI to be inconsistent.
|
![]() | ExtensionMethods |
Extension methods for the data grid.
|
![]() | MultipleChoiceContentFilter |
Base class for a multiple choice content filter
|
![]() | MultipleChoiceFilter |
Base class to implement a multiple choice filter.
|
![]() | RegexContentFilter |
A content filter using the content as a regular expression to match the string representation of the value.
|
![]() | RegexContentFilterFactory |
Factory to create a RegexContentFilter |
![]() | SimpleContentFilter |
A content filter using a simple "contains" string comparison to match the content and the value.
|
![]() | SimpleContentFilterFactory |
Factory to create a SimpleContentFilter |
![]() | Tools |
Some useful tools for data grids.
|
Interface | Description | |
---|---|---|
![]() | IContentFilter |
Interface to be implemented by content filters.
|
![]() | IContentFilterFactory |
Interface to be implemented by a content filter factory.
|
![]() | IDataGridEventsProvider |
Provides additional events for the DataGrid |
![]() | IResourceLocator |
A resource locator to override the windows internal mechanism of resource loading, e.g. because dgx is used in a plugin and multiple assemblies with resources might exist.
|