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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public Format RowConditionalFormat { get; }

Property Value

Type Description
Format

A DevExpress.UI.Xaml.Grid.Format value.

Remarks

The CellConditionalFormat returns the format applied to the cell.

See Also