dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
VisibleElementsMenuItems Class
The menu items within the feature table menu.
ArcGIS Maps SDK for JavaScript
public class VisibleElementsMenuItems : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 VisibleElementsMenuItems
Constructors
VisibleElementsMenuItems() Constructor
Parameterless constructor for use as a Razor Component.
public VisibleElementsMenuItems();
VisibleElementsMenuItems(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public VisibleElementsMenuItems(System.Nullable<bool> clearSelection=null, System.Nullable<bool> deleteSelection=null, System.Nullable<bool> exportSelectionToCSV=null, System.Nullable<bool> refreshData=null, System.Nullable<bool> selectedRecordsShowAllToggle=null, System.Nullable<bool> selectedRecordsShowSelectedToggle=null, System.Nullable<bool> toggleColumns=null, System.Nullable<bool> zoomToSelection=null);
Parameters
clearSelection
System.Nullable<System.Boolean>
Indicates whether to display the Clear selection
menu item.
ArcGIS Maps SDK for JavaScript
deleteSelection
System.Nullable<System.Boolean>
(Since 4.25) Indicates whether to display the Delete Selection
menu item.
ArcGIS Maps SDK for JavaScript
exportSelectionToCSV
System.Nullable<System.Boolean>
refreshData
System.Nullable<System.Boolean>
Indicates whether to display the Refresh data
menu item.
ArcGIS Maps SDK for JavaScript
selectedRecordsShowAllToggle
System.Nullable<System.Boolean>
(Since 4.23) Indicates whether to toggle between showing only selected records in the table to showing all of the records.
ArcGIS Maps SDK for JavaScript
selectedRecordsShowSelectedToggle
System.Nullable<System.Boolean>
(Since 4.23) Indicates whether to display the Show selected records
menu item.
ArcGIS Maps SDK for JavaScript
toggleColumns
System.Nullable<System.Boolean>
Indicates whether to enable toggling column visibility within the menu.
ArcGIS Maps SDK for JavaScript
zoomToSelection
System.Nullable<System.Boolean>
(Since 4.23) Indicates whether to display the Zoom to selected
menu item.
ArcGIS Maps SDK for JavaScript
Properties
VisibleElementsMenuItems.ClearSelection Property
Indicates whether to display the Clear selection
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ClearSelection { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.DeleteSelection Property
(Since 4.25) Indicates whether to display the Delete Selection
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> DeleteSelection { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.ExportSelectionToCSV Property
public System.Nullable<bool> ExportSelectionToCSV { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.RefreshData Property
Indicates whether to display the Refresh data
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> RefreshData { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.SelectedRecordsShowAllToggle Property
(Since 4.23) Indicates whether to toggle between showing only selected records in the table to showing all of the records.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SelectedRecordsShowAllToggle { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.SelectedRecordsShowSelectedToggle Property
(Since 4.23) Indicates whether to display the Show selected records
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SelectedRecordsShowSelectedToggle { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.ToggleColumns Property
Indicates whether to enable toggling column visibility within the menu.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ToggleColumns { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsMenuItems.ZoomToSelection Property
(Since 4.23) Indicates whether to display the Zoom to selected
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ZoomToSelection { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
VisibleElementsMenuItems.GetClearSelection() Method
Asynchronously retrieve the current value of the ClearSelection property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetClearSelection();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetDeleteSelection() Method
Asynchronously retrieve the current value of the DeleteSelection property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetDeleteSelection();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetExportSelectionToCSV() Method
Asynchronously retrieve the current value of the ExportSelectionToCSV property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetExportSelectionToCSV();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetRefreshData() Method
Asynchronously retrieve the current value of the RefreshData property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetRefreshData();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetSelectedRecordsShowAllToggle() Method
Asynchronously retrieve the current value of the SelectedRecordsShowAllToggle property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSelectedRecordsShowAllToggle();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetSelectedRecordsShowSelectedToggle() Method
Asynchronously retrieve the current value of the SelectedRecordsShowSelectedToggle property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSelectedRecordsShowSelectedToggle();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetToggleColumns() Method
Asynchronously retrieve the current value of the ToggleColumns property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetToggleColumns();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.GetZoomToSelection() Method
Asynchronously retrieve the current value of the ZoomToSelection property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetZoomToSelection();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsMenuItems.SetClearSelection(Nullable) Method
Asynchronously set the value of the ClearSelection property after render.
public System.Threading.Tasks.Task SetClearSelection(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetDeleteSelection(Nullable) Method
Asynchronously set the value of the DeleteSelection property after render.
public System.Threading.Tasks.Task SetDeleteSelection(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetExportSelectionToCSV(Nullable) Method
Asynchronously set the value of the ExportSelectionToCSV property after render.
public System.Threading.Tasks.Task SetExportSelectionToCSV(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetRefreshData(Nullable) Method
Asynchronously set the value of the RefreshData property after render.
public System.Threading.Tasks.Task SetRefreshData(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetSelectedRecordsShowAllToggle(Nullable) Method
Asynchronously set the value of the SelectedRecordsShowAllToggle property after render.
public System.Threading.Tasks.Task SetSelectedRecordsShowAllToggle(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetSelectedRecordsShowSelectedToggle(Nullable) Method
Asynchronously set the value of the SelectedRecordsShowSelectedToggle property after render.
public System.Threading.Tasks.Task SetSelectedRecordsShowSelectedToggle(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetToggleColumns(Nullable) Method
Asynchronously set the value of the ToggleColumns property after render.
public System.Threading.Tasks.Task SetToggleColumns(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsMenuItems.SetZoomToSelection(Nullable) Method
Asynchronously set the value of the ZoomToSelection property after render.
public System.Threading.Tasks.Task SetZoomToSelection(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.