Skip to main content

FormatInfoCollection Class

Represents a collection of FormatInfo objects.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public class FormatInfoCollection :
    FreezableCollection<FormatInfo>

Remarks

To learn more, see Conditional Formatting in Pivot Grid and Conditional Formatting in Grid Control.

See Also