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 |
|
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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 - 200.8 |
.NET | 200.7 - 200.8 |
.NET Windows | 200.7 - 200.8 |
.NET Android | 200.7 - 200.8 |
.NET iOS | 200.7 - 200.8 |
.NET Framework | 200.7 - 200.8 |
UWP | 200.7 - 200.8 |