GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
FeatureTableVisibleElements Class
The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript
public class FeatureTableVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 FeatureTableVisibleElements
Constructors
FeatureTableVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public FeatureTableVisibleElements();
FeatureTableVisibleElements(Nullable, VisibleElementsColumnMenuItems, Nullable, Nullable, Nullable, Nullable, Nullable, VisibleElementsMenuItems, 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 FeatureTableVisibleElements(System.Nullable<bool> columnDescriptions=null, dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems? columnMenuItems=null, System.Nullable<bool> columnMenus=null, System.Nullable<bool> header=null, System.Nullable<bool> layerDropdown=null, System.Nullable<bool> layerDropdownIcons=null, System.Nullable<bool> menu=null, dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems? menuItems=null, System.Nullable<bool> progress=null, System.Nullable<bool> selectionColumn=null, System.Nullable<bool> tooltips=null);
Parameters
columnDescriptions
System.Nullable<System.Boolean>
columnMenuItems
dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems
(Since 4.30) The menu items within the column menu.
ArcGIS Maps SDK for JavaScript
columnMenus
System.Nullable<System.Boolean>
(Since 4.23) Indicates whether to display the menu items within the individual columns.
ArcGIS Maps SDK for JavaScript
header
System.Nullable<System.Boolean>
Indicates whether to display the feature table’s header information.
ArcGIS Maps SDK for JavaScript
layerDropdown
System.Nullable<System.Boolean>
layerDropdownIcons
System.Nullable<System.Boolean>
menu
System.Nullable<System.Boolean>
Indicates whether to display the feature table’s menu.
ArcGIS Maps SDK for JavaScript
menuItems
dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems
The menu items within the feature table menu.
ArcGIS Maps SDK for JavaScript
progress
System.Nullable<System.Boolean>
(Since 4.30) Indicates whether to display the progress indicator when the table is querying or syncing data.
ArcGIS Maps SDK for JavaScript
selectionColumn
System.Nullable<System.Boolean>
Indicates whether to display the selection column in the table.
ArcGIS Maps SDK for JavaScript
tooltips
System.Nullable<System.Boolean>
(Since 4.30) Indicates whether to display the tooltip for the Show/hide columns button.
ArcGIS Maps SDK for JavaScript
Properties
FeatureTableVisibleElements.ColumnDescriptions Property
public System.Nullable<bool> ColumnDescriptions { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.ColumnMenuItems Property
(Since 4.30) The menu items within the column menu.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems? ColumnMenuItems { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems
FeatureTableVisibleElements.ColumnMenus Property
(Since 4.23) Indicates whether to display the menu items within the individual columns.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ColumnMenus { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.Header Property
Indicates whether to display the feature table’s header information.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Header { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.LayerDropdown Property
public System.Nullable<bool> LayerDropdown { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.LayerDropdownIcons Property
public System.Nullable<bool> LayerDropdownIcons { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.Menu Property
Indicates whether to display the feature table’s menu.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Menu { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.MenuItems Property
The menu items within the feature table menu.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems? MenuItems { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems
FeatureTableVisibleElements.Progress Property
(Since 4.30) Indicates whether to display the progress indicator when the table is querying or syncing data.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Progress { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.SelectionColumn Property
Indicates whether to display the selection column in the table.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SelectionColumn { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureTableVisibleElements.Tooltips Property
(Since 4.30) Indicates whether to display the tooltip for the Show/hide columns button.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Tooltips { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
FeatureTableVisibleElements.GetColumnDescriptions() Method
Asynchronously retrieve the current value of the ColumnDescriptions property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetColumnDescriptions();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetColumnMenuItems() Method
Asynchronously retrieve the current value of the ColumnMenuItems property.
public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems?> GetColumnMenuItems();
Returns
System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems>
FeatureTableVisibleElements.GetColumnMenus() Method
Asynchronously retrieve the current value of the ColumnMenus property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetColumnMenus();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetHeader() Method
Asynchronously retrieve the current value of the Header property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetHeader();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetLayerDropdown() Method
Asynchronously retrieve the current value of the LayerDropdown property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetLayerDropdown();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetLayerDropdownIcons() Method
Asynchronously retrieve the current value of the LayerDropdownIcons property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetLayerDropdownIcons();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetMenu() Method
Asynchronously retrieve the current value of the Menu property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetMenu();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetMenuItems() Method
Asynchronously retrieve the current value of the MenuItems property.
public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems?> GetMenuItems();
Returns
System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems>
FeatureTableVisibleElements.GetProgress() Method
Asynchronously retrieve the current value of the Progress property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetProgress();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetSelectionColumn() Method
Asynchronously retrieve the current value of the SelectionColumn property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSelectionColumn();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.GetTooltips() Method
Asynchronously retrieve the current value of the Tooltips property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetTooltips();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureTableVisibleElements.SetColumnDescriptions(Nullable) Method
Asynchronously set the value of the ColumnDescriptions property after render.
public System.Threading.Tasks.Task SetColumnDescriptions(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetColumnMenuItems(VisibleElementsColumnMenuItems) Method
Asynchronously set the value of the ColumnMenuItems property after render.
public System.Threading.Tasks.Task SetColumnMenuItems(dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems? value);
Parameters
value
dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems
The value to set.
Returns
FeatureTableVisibleElements.SetColumnMenus(Nullable) Method
Asynchronously set the value of the ColumnMenus property after render.
public System.Threading.Tasks.Task SetColumnMenus(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetHeader(Nullable) Method
Asynchronously set the value of the Header property after render.
public System.Threading.Tasks.Task SetHeader(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetLayerDropdown(Nullable) Method
Asynchronously set the value of the LayerDropdown property after render.
public System.Threading.Tasks.Task SetLayerDropdown(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetLayerDropdownIcons(Nullable) Method
Asynchronously set the value of the LayerDropdownIcons property after render.
public System.Threading.Tasks.Task SetLayerDropdownIcons(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetMenu(Nullable) Method
Asynchronously set the value of the Menu property after render.
public System.Threading.Tasks.Task SetMenu(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetMenuItems(VisibleElementsMenuItems) Method
Asynchronously set the value of the MenuItems property after render.
public System.Threading.Tasks.Task SetMenuItems(dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems? value);
Parameters
value
dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems
The value to set.
Returns
FeatureTableVisibleElements.SetProgress(Nullable) Method
Asynchronously set the value of the Progress property after render.
public System.Threading.Tasks.Task SetProgress(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetSelectionColumn(Nullable) Method
Asynchronously set the value of the SelectionColumn property after render.
public System.Threading.Tasks.Task SetSelectionColumn(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.SetTooltips(Nullable) Method
Asynchronously set the value of the Tooltips property after render.
public System.Threading.Tasks.Task SetTooltips(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
FeatureTableVisibleElements.ValidateRequiredGeneratedChildren() Method
Validates source-generated child components.
public override void ValidateRequiredGeneratedChildren();
Implements ValidateRequiredGeneratedChildren()