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.v19.1.dll

Declaration

public class FormatInfoCollection :
    FreezableCollection<FormatInfo>

Remarks

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

See Also