[]
Gets or sets an item type.
public MapItemType ItemType { get; set; }
Items with MapItemType.Dynamic are created in authoring mode and saved to an XML file. Items with MapItemType.Static are created at design time and persisted as part of the form. Items of both types can be created programmatically at run time.