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

CustomRowAppearanceEventArgs(DependencyProperty, Object, Object) Constructor

Initializes a new instance of the CustomRowAppearanceEventArgs class with the specified event arguments.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public CustomRowAppearanceEventArgs(
    DependencyProperty property,
    object originalValue,
    object conditionalValue
)

Parameters

Name Type Description
property DependencyProperty

A dependency property whose value is changed by the conditional formatting mechanism.

originalValue Object

A Object object.

conditionalValue Object

A Object object.

Remarks

Instances of the CustomRowAppearanceEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also