GridColumnBase Class
Serves as the base for classes that represent grid columns.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.1.Core.dll
Declaration
Remarks
The GridDashboardItem supports the following column types:
- GridDimensionColumn - displays values in the bound data member “as is”.
- GridHyperlinkColumn - displays links to external resources related to displayed values.
- GridMeasureColumn - displays summaries calculated against data in the bound data member.
- GridDeltaColumn - binds to two data members, calculates summaries for both and displays the difference between these summaries.
- GridSparklineColumn - displays values in the bound data item using sparklines.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GridColumnBase class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.