Back to Devexpress

DataUpdateFormatCondition.Format Property

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

latest1.4 KB
Original Source

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

Property Value

TypeDescription
Format

A Format object that provides formatting settings.

|

Remarks

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

See Also

DataUpdateFormatCondition Class

DataUpdateFormatCondition Members

DevExpress.Xpf.Grid Namespace