Skip to main content
A newer version of this page is available. .

FormatConditionRangeBase.SetValues(ICollection) Method

Specifies boundary values for the current format condition.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public void SetValues(
    ICollection values
)

Parameters

Name Type Description
values ICollection

A collection of boundary values.

Remarks

Note that the number of values passed to the SetValues method should be equal to number of ranges in the FormatConditionRangeBase.RangeSet. Calling this method initializes the RangeInfo.Value properties exposed by the RangeInfo objects contained in the FormatConditionRangeBase.RangeSet.

See Also