wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a8c9ef1a.md
Gets or set the source from which the grid generates conditional formats.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public IEnumerable FormatConditionsSource { get; set; }
Public Property FormatConditionsSource As IEnumerable
| Type | Description |
|---|---|
| IEnumerable |
The source from which the grid generates conditional formats.
|
You can define conditional formatting rules in a ViewModel and apply them to the GridControl. To do this, follow the steps below:
Create a collection of conditional formatting rules in a ViewModel.
Specify a data template that generates format conditions:
Assign the conditional formatting rule collection to the FormatConditionsSource property and the format condition template to the FormatConditionGeneratorTemplate property:
Refer to the following help topic for more information: How to: Bind the Grid to a Collection of Conditional Formatting Rules.
See Also
FormatConditionGeneratorTemplate
FormatConditionGeneratorTemplateSelector
How to: Bind the Grid to a Collection of Conditional Formatting Rules