Share via


NoNamespace.getSelectedItemIndex Field

Definition

Represents the getSelectedItemIndex XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to