IFormattableView Interface Members
In This Topic
The following tables list the members exposed by IFormattableView.
Public Methods
| Name | Description |
| GetFieldNames | Gets a names of fields. |
| GetItemCount | Gets a count of data items. |
| GetValue | Returns the value of the specified item. |
| UpdateView | Called when conditional formatting has been changed and view need to be redrawn. |
Top
Public Events
| Name | Description |
| DataChanged | Fires after any data change notifications. |
| ItemFormatting | Occurs when you need to format the contents of an item to display. |
Top
See Also