Grid Elements That Support Templates
- 2 minutes to read
The following table lists all template properties introduced by the DXGrid for Silverlight:
Visual Element | Property | Description | Data Context (Binding Source) |
---|---|---|---|
Data Cell | Defines the presentation of data cells. | ||
Cell Editor | Specifies a control template that displays column values. Specifies a control template that displays a custom editor used to edit column values. Specifies a template that displays a column's value within the Auto Filter Row. Specifies a template that displays a custom editor used to edit a column's value within the Auto Filter Row. |
| |
Column Header |
Base Data Data Column Column Column | Defines the presentation of column headers. |
|
Group Row |
Grid Grid | Defines the presentation of group rows. |
DevExpress. |
Column Filter Dropdown | Defines the presentation of the column's Filter Dropdown. |
| |
Summary Panel | Defines the Summary Panel's presentation. |
| |
Group Summary Item | Defines the presentation of summary items displayed within group rows. | ||
Total Summary Item | Defines the presentation of total summary items. | ||
Column Chooser | Defines the Column Chooser's presentation. |
| |
Data Row | Defines the presentation of data rows. |
The following table contains templates used to represent visual elements when the grid is printed.
Visual Element | Property | Description | Data Context (Binding Source) |
---|---|---|---|
Column Header | Table |
Defines the presentation of column headers when the grid is printed. | Grid |
Data Row | Table |
Defines the presentation of data rows when the grid is printed. | Row |
Group Row | Table |
Defines the presentation of group rows when the grid is printed. | Group |
Summary Panel | Table |
Defines the Summary Panel's presentation when the grid is printed. | Grid |