[]
Defines events and methods for integration with the C1RulesManager control.
public interface IFormattableView
Name | Description |
---|---|
GetFieldNames() | Gets a names of fields. |
GetItemCount() | Gets a count of data items. |
GetValue(int, string) | Returns the value of the specified item. |
UpdateView() | Called when conditional formatting has been changed and view need to be redrawn. |
Name | Description |
---|---|
DataChanged | Fires after any data change notifications. |
ItemFormatting | Occurs when you need to format the contents of an item to display. |