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

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.v18.2.Core.dll

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