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

FormatConditionBase.ApplyToRow Property

Specifies whether to apply a conditional format to the entire row. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "RaiseChanged")]
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