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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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