GridMeasureColumn Constructors
A measure column in a GridDashboardItem.| Name | Parameters | Description |
|---|---|---|
| GridMeasureColumn() | none | Initializes a new instance of the GridMeasureColumn class with default settings. |
| GridMeasureColumn(Measure) | measure | Initializes a new instance of the GridMeasureColumn class with the specified measure used to calculate its values. |
See Also