Skip to main content

FormatConditionCollection Class

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>

The following members return FormatConditionCollection objects:

Inheritance

Object
DependencyObject
DependencyObjectCollection
DevExpress.WinUI.Core.Internal.DXDependencyObjectCollection<FormatConditionBase>
FormatConditionCollection
See Also