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

CustomRowAppearanceEventArgs 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. Inherited from CustomAppearanceEventArgs.
Handled Gets or sets whether or not appearance customization is handled and no default processing is required. Inherited from CustomAppearanceEventArgs.
OriginalValue Gets the original value of the CustomAppearanceEventArgs.Property property. Inherited from CustomAppearanceEventArgs.
Property Gets a dependency property whose value is changed by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
Result Gets or sets the value of the CustomAppearanceEventArgs.Property property applied to the control. Inherited from CustomAppearanceEventArgs.
RowHandle Gets a handle of a row for which an event has been raised.
RowSelectionState Gets a row’s selection state.
Source Gets the View that raised the event.
See Also