FormatConditionCollection Class
In This Article
Stores conditional formats applied to the GridControl.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public class FormatConditionCollection :
DXDependencyObjectCollection<FormatConditionBase>
#Related API Members
The following members return FormatConditionCollection objects:
#Inheritance
Object
DependencyObject
DependencyObjectCollection
DevExpress.WinUI.Core.Internal.DXDependencyObjectCollection<FormatConditionBase>
FormatConditionCollection
See Also