Back to Devexpress

ColorScaleFormatCondition.Format Property

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

latest1.4 KB
Original Source

ColorScaleFormatCondition.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 ColorScaleFormat Format { get; set; }
vb
Public Property Format As ColorScaleFormat

Property Value

TypeDescription
ColorScaleFormat

A ColorScaleFormat object that provides formatting settings.

|

Remarks

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

See Also

ColorScaleFormatCondition Class

ColorScaleFormatCondition Members

DevExpress.Xpf.Grid Namespace