Back to Devexpress

CustomCellAppearanceEventArgs Properties

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

latest3.5 KB
Original Source

CustomCellAppearanceEventArgs Properties

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

NameDescription
CellSelectionStateGets a cell’s selection state.
ColumnGets a column that contains the corresponding cell.
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.
IsEditorVisibleGets whether an editor is visible for the corresponding cell.
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. Inherited from CustomRowAppearanceEventArgs.
RowSelectionStateGets a row’s selection state. Inherited from CustomRowAppearanceEventArgs.
SourceGets the View that raised the event. Inherited from CustomRowAppearanceEventArgs.

See Also

CustomCellAppearanceEventArgs Class

CustomCellAppearanceEventArgs Members

DevExpress.Xpf.Grid Namespace