  | ProductEditorShowType Property  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Content.Items.Editors
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[AddInLabelAttribute("Show type")]
[AddInParameterAttribute("ShowType")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "inputClass=std editor-parameter;none=False;SortBy=Key")]
[AddInDescriptionAttribute("User object types to use in field")]
public string ShowType { get; set; }<AddInLabelAttribute("Show type")>
<AddInParameterAttribute("ShowType")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "inputClass=std editor-parameter;none=False;SortBy=Key")>
<AddInDescriptionAttribute("User object types to use in field")>
Public Property ShowType As String
	Get
	SetProperty Value
Type: 
String
See Also