TopBottomRuleFormatCondition.Threshold Property
Specifies the number or percentage of cells (or corresponding rows) to format. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A number of cells to format. |
Remarks
The Threshold property is in effect for the following rules:
- TopItems
- TopPercent
- BottomItems
- BottomPercent
Depending on the rule, the Threshold property is used to specify either the number or percentage of cells (or corresponding rows) to format.
The Rule property specifies the formatting rule.
See Also