ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / EmbeddableControl Class / Options Property

In This Topic
    Options Property (EmbeddableControl)
    In This Topic
    Gets or sets the configuration options.
    Syntax
    public XElement Options {get; set;}
    Public Property Options As XElement
    Remarks
    For the majority of embeddable controls which are registered in the DAML category "esri_embeddableControls", options will always be null and can be ignored. Options are only needed if an enbeddable control is hosted within Task (should be registered in the DAML category "esri_tasks_embeddableControls") or an Editor Template in conjunction with a construction tool
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also