Skip to main content

FormatCondition.Format Property

Specifies the custom formatting settings. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "RaiseChanged")]
public Format Format { get; set; }

Property Value

Type Description
Format

A DevExpress.WinUI.Grid.Format object that defines the formatting settings.

Remarks

Use the PredefinedFormatName property to apply one of the predefined formats.

See Also