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

CustomCellAppearanceEventArgs.RowConditionalFormat Property

Gets the conditional format applied to the row.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public IFormat RowConditionalFormat { get; }

Property Value

Type
DevExpress.WinUI.Grid.IFormat

Remarks

The CellConditionalFormat returns the format applied to the cell.

See Also