GridSparklineColumn(Measure) Constructor
Initializes a new instance of the GridSparklineColumn class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
measure | Measure | A Measure object specifying a measure that provides sparkline values. This value is assigned to the GridSparklineColumn.Measure property. |
See Also