Skip to main content

TopBottomRuleFormatCondition.Rule Property

Specifies the rule for a conditional format. 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 TopBottomRule Rule { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.TopBottomRule

A DevExpress.UI.Xaml.Grid.TopBottomRule enumeration value.

See Also