Skip to main content

TopBottomRuleFormatCondition.Format Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Format Format { get; set; }

Property Value

Type Description
Format

A DevExpress.UI.Xaml.Grid.Format object that defines the formatting settings.

Remarks

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

See Also