CustomDataUpdateFormatConditionEventArgs Properties
Provides data for the TableView.CustomDataUpdateFormatCondition and TreeListView.CustomDataUpdateFormatCondition events.Name | Description |
---|---|
Allow | Gets or sets whether the formatting should be applied to a processed cell (row). |
Condition | Gets the currently processed format condition. |
NewValue | Gets the new cell value. |
OldValue | Gets the previous cell value. |
See Also