Share via


NoNamespace.getItemLabel Field

Definition

Represents the getItemLabel XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to