CustomAppearanceEventArgs Properties
Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.| Name | Description |
|---|---|
| ConditionalValue | Gets the value of the CustomAppearanceEventArgs.Property property calculated by the conditional formatting mechanism. |
| Handled | Gets or sets whether appearance customization is handled and no default processing is required. |
| OriginalValue | Gets the original value of the CustomAppearanceEventArgs.Property property. |
| Property | Gets a dependency property whose value is changed by the conditional formatting mechanism. |
| Result | Gets or sets the value of the CustomAppearanceEventArgs.Property property applied to the control. |
See Also