ArcGIS Pro 2.9 API Reference Guide
Options Property (EmbeddableControl)

ArcGIS.Desktop.Framework.Controls Namespace > EmbeddableControl Class : Options Property
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, Windows 8.1

See Also

Reference

EmbeddableControl Class
EmbeddableControl Members