Share via


NoNamespace.showItemImage Field

Definition

Represents the showItemImage XML attributes.

public static readonly System.Xml.Linq.XName showItemImage;
 staticval mutable showItemImage : System.Xml.Linq.XName
Public Shared ReadOnly showItemImage As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: comboBox, dropDown, gallery, comboBox, dropDown, gallery.
  • corresponds to the following strongly-typed properties: ComboBox.ShowItemImage, DropDown.ShowItemImage, DropDownRegular.ShowItemImage, Gallery.ShowItemImage, GalleryRegular.ShowItemImage, UnsizedGallery.ShowItemImage.

Applies to