Skip to main content
A newer version of this page is available. .

FormatInfoCollection Class

Represents a collection of FormatInfo objects.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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