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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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