ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Gallery Complex Type
In This Topic
    CT_Gallery Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    menu Element gallery Element button Element Choice content Element tooltip Element Sequence Sequence CT_Gallery Complex Type
    Overview
    smallImage optional ST_Uri Simple Type
    largeImage optional ST_Uri Simple Type
    overlaySmallImage optional ST_Uri Simple Type
    overlayLargeImage optional ST_Uri Simple Type
    menuStyle optional xs:boolean
    condition optional ST_ID Simple Type
    dropDownHeight optional xs:double
    itemWidth optional xs:integer
    showItemCaption optional xs:boolean
    resizable optional xs:boolean
    showGroup optional xs:boolean
    loadOnClick optional xs:boolean
    itemsInRow optional xs:integer
    dataTemplateFile optional ST_String Simple Type
    templateID optional ST_String Simple Type
    itemContainerStyleID optional ST_String Simple Type
    loadingMessage optional ST_String Simple Type
    helpContextID optional ST_String Simple Type
    keytip required ST_String Simple Type
    scrollToSelectedItemInRibbon optional xs:boolean
    Sequence
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    content optional
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    smallImageST_Uri Simple Typeoptional   
    largeImageST_Uri Simple Typeoptional   
    overlaySmallImageST_Uri Simple Typeoptional   
    overlayLargeImageST_Uri Simple Typeoptional   
    menuStylexs:booleanoptional   
    conditionST_ID Simple Typeoptional   
    dropDownHeightxs:doubleoptional   
    itemWidthxs:integeroptional   
    showItemCaptionxs:booleanoptional   
    resizablexs:booleanoptional   
    showGroupxs:booleanoptionalfalse  
    loadOnClickxs:booleanoptionaltrue  
    itemsInRowxs:integeroptional   
    dataTemplateFileST_String Simple Typeoptional   
    templateIDST_String Simple Typeoptional   
    itemContainerStyleIDST_String Simple Typeoptional   
    loadingMessageST_String Simple Typeoptional   
    helpContextIDST_String Simple Typeoptional   
    keytipST_String Simple Typerequired   
    scrollToSelectedItemInRibbonxs:booleanoptional   
    Source
    <xs:complexType name="CT_Gallery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:sequence minOccurs="0" maxOccurs="1">
          <xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
          <xs:element name="content" minOccurs="0" />
        </xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element name="button" type="CT_MenuButtonRef" />
          <xs:element name="gallery" type="CT_GalleryMenuButtonRef" />
          <xs:element name="menu" type="CT_MenuButtonRef" />
        </xs:choice>
      </xs:sequence>
      <xs:attributeGroup ref="componentGroup" />
      <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
      <xs:attribute name="largeImage" type="ST_Uri" use="optional" />
      <xs:attribute name="overlaySmallImage" type="ST_Uri" use="optional" />
      <xs:attribute name="overlayLargeImage" type="ST_Uri" use="optional" />
      <xs:attribute name="menuStyle" type="xs:boolean" use="optional" />
      <xs:attribute name="condition" type="ST_ID" use="optional" />
      <xs:attribute name="dropDownHeight" type="xs:double" use="optional" />
      <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
      <xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
      <xs:attribute name="resizable" type="xs:boolean" use="optional" />
      <xs:attribute name="showGroup" type="xs:boolean" use="optional" default="false" />
      <xs:attribute name="loadOnClick" type="xs:boolean" use="optional" default="true" />
      <xs:attribute name="itemsInRow" type="xs:integer" use="optional" />
      <xs:attribute name="dataTemplateFile" type="ST_String" use="optional" />
      <xs:attribute name="templateID" type="ST_String" use="optional" />
      <xs:attribute name="itemContainerStyleID" type="ST_String" use="optional" />
      <xs:attribute name="loadingMessage" type="ST_String" use="optional" />
      <xs:attribute name="helpContextID" type="ST_String" use="optional" />
      <xs:attribute name="keytip" type="ST_String" use="required" />
      <xs:attribute name="scrollToSelectedItemInRibbon" type="xs:boolean" use="optional" />
    </xs:complexType>
    See Also