Back to Devexpress

CustomRowAppearanceEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-customrowappearanceeventargs-dot-underscore-properties.md

latest2.8 KB
Original Source

CustomRowAppearanceEventArgs Properties

Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.

NameDescription
ConditionalValueGets the value of the CustomAppearanceEventArgs.Property property calculated by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
HandledGets or sets whether appearance customization is handled and no default processing is required. Inherited from CustomAppearanceEventArgs.
OriginalValueGets the original value of the CustomAppearanceEventArgs.Property property. Inherited from CustomAppearanceEventArgs.
PropertyGets a dependency property whose value is changed by the conditional formatting mechanism. Inherited from CustomAppearanceEventArgs.
ResultGets or sets the value of the CustomAppearanceEventArgs.Property property applied to the control. Inherited from CustomAppearanceEventArgs.
RowHandleGets a handle of a row for which an event has been raised.
RowSelectionStateGets a row’s selection state.
SourceGets the View that raised the event.

See Also

CustomRowAppearanceEventArgs Class

CustomRowAppearanceEventArgs Members

DevExpress.Xpf.Grid Namespace