Back to Devexpress

Format Class

wpf-devexpress-dot-xpf-dot-grid-dot-conditionalformatting-80b5cd8d.md

latest1.7 KB
Original Source

Format Class

OBSOLETE

Use the Format instead

Contains settings that are used to format GridControl cells.

Namespace : DevExpress.Xpf.Grid.ConditionalFormatting

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the DevExpress.Xpf.Core.ConditionalFormatting.Format instead")]
[Browsable(false)]
public class Format :
    Format
vb
<Obsolete("Use the DevExpress.Xpf.Core.ConditionalFormatting.Format instead")>
<Browsable(False)>
Public Class Format
    Inherits Format

Remarks

See the Conditional Formatting topic to learn more.

Inheritance

Object DispatcherObject DependencyObject Freezable Format Format

See Also

Format Members

DevExpress.Xpf.Grid.ConditionalFormatting Namespace