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

CustomAppearanceEventArgs.OriginalValue Property

Gets the original value of the CustomAppearanceEventArgs.Property property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

Declaration

public object OriginalValue { get; }

Property Value

Type Description
Object

An object that is the CustomAppearanceEventArgs.Property property value.

Remarks

Use the OriginalValue property to get the original (i.e., before the conditional formatting is applied) value of the CustomAppearanceEventArgs.Property property value.

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

See Also