Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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