TemplateAreaType

The type of template area in the repeater.
 

Example

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

	// The full path is required.
	dundas.view.controls.TemplateAreaType.BODY_COLUMN
	

 

Properties

 
  Name Description
  BODY_COLUMN The area is the column that contains the template for the column header, body, and column footer of a group.
  BODY_ROW The area is the row that contains the template for the row header, body, and row footer of a group.
  FOOTER_COLUMN The area is the column that contains the template for the top-right corner, row header, and bottom-right corner of a group.
  FOOTER_ROW The area is the row that contains the template for the bottom-left corner, column footer, and bottom-right corner of a group.
  HEADER_COLUMN The area is the column that contains the template for the top-left corner, row header, and bottom-left corner of a group.
  HEADER_ROW The area is the row that contains the template for the top-left corner, column header, and top-right corner of a group.
  NO_DATA The area contains the template shown when there is no data.
  NONE The area type is not defined.
  PAGE_FOOTER The area that contains the template that is displayed at the end of each page, if paging is enabled.
  PAGE_HEADER The area that contains the template that is displayed at the start of each page, if paging is enabled.
  TABLE_OF_CONTENTS The area contains the template that is at the start of the table of contents, if enabled.
  VIEW_FOOTER The area contains the template that is displayed after all repeating content.
  VIEW_HEADER The area contains the template that is displayed before all repeating content.