RepeaterProcessingState

The possible states a repeater group or item is in.
 

Example

The following is an example of how to reference the RepeaterProcessingState object:

	// The full path is required.
	dundas.controls.RepeaterProcessingState.FINISHED
	

 

Properties

 
  Name Description
  FINISHED The repeater has finished processing this item / group.
  INIT The repeater has created this but has not attempted to process it.
  PROCESSING The repeater is currently working on this item / group.