GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
FeatureFormVisibleElements Class
An object containing properties that control the visibility of certain elements within the FeatureForm widget. ArcGIS Maps SDK for JavaScript
public class FeatureFormVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FeatureFormVisibleElements
Constructors
FeatureFormVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public FeatureFormVisibleElements();
FeatureFormVisibleElements(Nullable) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public FeatureFormVisibleElements(System.Nullable<bool> readOnlyNotice=null);
Parameters
readOnlyNotice
System.Nullable<System.Boolean>
Properties
FeatureFormVisibleElements.ReadOnlyNotice Property
public System.Nullable<bool> ReadOnlyNotice { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
FeatureFormVisibleElements.GetReadOnlyNotice() Method
Asynchronously retrieve the current value of the ReadOnlyNotice property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetReadOnlyNotice();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureFormVisibleElements.SetReadOnlyNotice(Nullable) Method
Asynchronously set the value of the ReadOnlyNotice property after render.
public System.Threading.Tasks.Task SetReadOnlyNotice(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.