[]
Interface that supports mapping between the group view and target model.
public interface IMapper
Public Interface IMapper
Name | Description |
---|---|
GetIndex(int) | Gets the model index of the group data model from the specified row. |
GetModelIndexFromTargetIndex(int) | Gets the group data model index from the target index |
Name | Description |
---|---|
MapperUpdating | Occurs when the user makes a change to the target model that causes the mapper to be updated. |