LightSwitch Control ViewIDs

When you create a LightSwitch screen template extension, use ViewIDs to define the default controls. Every ViewID must have the module:control form, in which control is the name of the control, and module is the name of the module in which the control is defined.

Note

You can use the module:control notation for any installed control extensions.

Control ViewIDs

The following list shows the ViewIDs for the controls that are included in LightSwitch. For information on using ViewIDs in a screen template, see Creating a LightSwitch Screen Template

Collection Controls

  • Microsoft.LightSwitch:DataGrid

  • Microsoft.LightSwitch:List

Command Controls

  • Microsoft.LightSwitch:Button

  • Microsoft.LightSwitch:Link

  • Microsoft.LightSwitch:ShellButton

  • Microsoft.LightSwitch:CollectionButton

Details Controls

  • Microsoft.LightSwitch:Summary

Details Picker Controls

  • Microsoft.LightSwitch:ModalWindowPickerDetails

  • Microsoft.LightSwitch:DetailsAutoCompleteBox

Value Picker Controls

  • Microsoft.LightSwitch:ModalWindowPickerValue

  • Microsoft.LightSwitch:ValueAutoCompleteBox

Group Controls

  • Microsoft.LightSwitch:ModalWindow

  • Microsoft.LightSwitch:RowsLayout

  • Microsoft.LightSwitch:ColumnsLayout

  • Microsoft.LightSwitch:TableLayout

  • Microsoft.LightSwitch:TableColumnLayout

  • Microsoft.LightSwitch:TabsLayout

  • Microsoft.LightSwitch:DataGridRow

  • Microsoft.LightSwitch:PictureAndText

  • Microsoft.LightSwitch:TextAndPicture

  • Microsoft.LightSwitch:GroupBox

  • Microsoft.LightSwitch.Extensions:AddressViewerSmartLayout

  • Microsoft.LightSwitch.Extensions:AddressEditorSmartLayout

  • Microsoft.LightSwitch.Extensions:WebLink

  • Microsoft.LightSwitch.Extensions:WebAddressEditor

Screen Controls

  • Microsoft.LightSwitch:Screen

Value and Picker Controls

  • Microsoft.LightSwitch:TextBox

  • Microsoft.LightSwitch:Label

  • Microsoft.LightSwitch:CheckBox

  • Microsoft.LightSwitch:DateTimePicker

  • Microsoft.LightSwitch:DateTimeViewer

  • Microsoft.LightSwitch:DatePicker

  • Microsoft.LightSwitch:DateViewer

  • Microsoft.LightSwitch:StaticImage

  • Microsoft.LightSwitch:StaticLabel

  • Microsoft.LightSwitch.Extensions:EmailAddressViewerControl

  • Microsoft.LightSwitch.Extensions:EmailAddressEditorControl

  • Microsoft.LightSwitch.Extensions:ImageViewerControl

  • Microsoft.LightSwitch.Extensions:ImageEditorControl

  • Microsoft.LightSwitch.Extensions:MoneyViewerControl

  • Microsoft.LightSwitch.Extensions:MoneyEditorControl

  • Microsoft.LightSwitch.Extensions:PhoneNumberViewerControl

  • Microsoft.LightSwitch.Extensions:PhoneNumberEditorControl

  • Microsoft.LightSwitch.Extensions:PercentViewerControl

  • Microsoft.LightSwitch.Extensions:PercentEditorControl

See Also

Concepts

Creating a LightSwitch Screen Template

LightSwitch Extensibility Toolkit for Visual Studio 2012