Skip to main content

FormatConditionBase.ApplyToRow Property

Specifies whether to apply a conditional format to the entire row. 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 bool ApplyToRow { get; set; }

#Property Value

Type Description
Boolean

true, to apply a conditional format to the entire row; otherwise, false.

#Remarks

If the ApplyToRow property is set to false, only the column’s cells are formatted.

See Also