Skip to main content

CustomAppearanceEventArgs.Property Property

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

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DependencyProperty Property { get; }

Property Value

Type Description
DependencyProperty

A DependencyProperty whose value is changed by the conditional formatting mechanism.

Remarks

Refer to the Formatting Focused Cells and Rows topic to learn more.

See Also