Show / Hide Table of Contents

Property HasEdits

HasEdits

Gets a value indicating whether edits have been made to this FeatureForm.

Declaration
public bool HasEdits { get; }
Property Value
Type Description
System.Boolean

true if edits have been made to this FeatureForm, false otherwise.

Remarks

This property tracks changes to FieldFormElement and AttachmentsFormElement. Once an edit has been made, this property will be true until DiscardEdits() or FinishEditingAsync() is called; even if elements are manually set to their original state.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.