Back to Devexpress

IconSetFormatCondition.Format Property

wpf-devexpress-dot-xpf-dot-grid-dot-iconsetformatcondition.md

latest1.4 KB
Original Source

IconSetFormatCondition.Format Property

Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IconSetFormat Format { get; set; }
vb
Public Property Format As IconSetFormat

Property Value

TypeDescription
IconSetFormat

A IconSetFormat object that provides formatting settings.

|

Remarks

See the Specifying Formats section of the Conditional Formats topic to learn more.

See Also

IconSetFormatCondition Class

IconSetFormatCondition Members

DevExpress.Xpf.Grid Namespace