CustomCellAppearanceEventArgs(DependencyProperty, Object, Object) Constructor
Initializes a new instance of the CustomCellAppearanceEventArgs class with the specified event arguments.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public CustomCellAppearanceEventArgs(
DependencyProperty property,
object originalValue,
object conditionalValue
)
Parameters
Name | Type | Description |
---|---|---|
property | DependencyProperty | A DependencyProperty whose value is changed by the conditional formatting mechanism. |
originalValue | Object | The original value of the property. |
conditionalValue | Object | A value of the property calculated by the conditional formatting mechanism. |
See Also