Share via


NoNamespace.getItemImage Field

Definition

Represents the getItemImage XML attributes.

public static readonly System.Xml.Linq.XName getItemImage;
 staticval mutable getItemImage : System.Xml.Linq.XName
Public Shared ReadOnly getItemImage 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.GetItemImage, DropDown.GetItemImage, DropDownRegular.GetItemImage, Gallery.GetItemImage, GalleryRegular.GetItemImage, UnsizedGallery.GetItemImage.

Applies to