Skip to main content

CustomAppearanceEventArgs.ConditionalValue Property

Gets the value of the CustomAppearanceEventArgs.Property property calculated by the conditional formatting mechanism.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object ConditionalValue { get; }

Property Value

Type Description
Object

An object that is the CustomAppearanceEventArgs.Property property value.

Remarks

Refer to the Formatting Focused Cells and Rows topic to learn more.

See Also