CustomRowAppearanceEventArgs Properties
Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.
Name | Description |
---|---|
Conditional |
Gets the value of the Custom |
Handled |
Gets or sets whether appearance customization is handled and no default processing is required.
Inherited from Custom |
Original |
Gets the original value of the Custom |
Property |
Gets a dependency property whose value is changed by the conditional formatting mechanism.
Inherited from Custom |
Result |
Gets or sets the value of the Custom |
Row |
Gets a handle of a row for which an event has been raised. |
Row |
Gets a row’s selection state. |
Source | Gets the View that raised the event. |
See Also