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

FormatConditionBase.ActualFormat Property

Returns the actual appearance settings used by the conditional formatting rule.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "RaiseChanged")]
public FormatBase ActualFormat { get; }

Property Value

Type Description
DevExpress.WinUI.Grid.FormatBase

A DevExpress.WinUI.Grid.FormatBase descendant.

See Also