ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / AttributeTabEmbeddableControl Class
Properties Methods Events


In This Topic
    AttributeTabEmbeddableControl Class Members
    In This Topic

    The following tables list the members exposed by AttributeTabEmbeddableControl.

    Public Properties
     NameDescription
    Public Property Gets and sets whether or not the EmbeddedControl can change its options. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Public PropertyGets if the control can perform a ArcGIS.Desktop.Framework.Controls.EmbeddableControl.CommitAsync. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Public PropertyGets the DAML ID of this AttributeTabEmbeddableControl.  
    Public Property Gets the inspector containing the row(s) highlighted in the attributes treeview.  
    Public Property Gets if the tab is the default tab displayed when a row is selected in the Attribute treeview. Default value is false.  
    Public PropertyGets if this control is dirty. Defaults to the IsDirty of the Inspector otherwise false.  
    Public Property Gets if the mapMember is highlighted in the attributes treeview.  
    Public PropertyGets if this control is valid? Defaults to the HasValidEdits of the Inspector otherwise false.  
    Public Property Gets or sets the view-model's model object. (Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase)
    Public PropertyGets the DAML name content property of this AttributeTabEmbeddableControl. This is displayed as the tab Title.  
    Public Property Gets or sets the configuration options. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Public Property Gets if the "auto apply edit" controls are displayed at the bottom of the tab. Default value is true.  
    Public Property Gets if this control (and it's tab) support selection of multiple rows in the Attribute treeview. Default value is false.  
    Top
    Public Methods
     NameDescription
    Public Method Gets if this control (and it's tab) apply to this MapMember. The default value is false.  
    Public MethodTask to apply any edits in the loaded row. The defualt behavior is to call Inspector.ApplyAsync for any loaded row. Override this method to provide your specific implementation of applying edits if additional customization is required.  
    Public MethodTask to cancel any edits in the loaded row. The default behavior is to call Inspector.CancelAsync for any loaded row. Override this method to provide your implementation of canceling edits if additional customization is required.  
    Public Method Occurs when the controls is closed. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Public Method Occurs when control is executed or has changes to its options to be commited. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Public Method Called when attributes from one or more rows have been loaded into the Inspector.  
    Public Method Occurs when the control is hosted. (Inherited from ArcGIS.Desktop.Framework.Controls.EmbeddableControl)
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also