CustomAppearanceEventArgs.OriginalValue Property
Gets the original value of the CustomAppearanceEventArgs.Property property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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