dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

FeatureTableWidget Class

GeoBlazor Docs The FeatureTable's functionality is described in the following sections:. ArcGIS Maps SDK for JavaScript

public class FeatureTableWidget : dymaptic.GeoBlazor.Pro.Components.Widgets.ProWidget

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Widget 🡒 ProWidget 🡒 FeatureTableWidget

Constructors

FeatureTableWidget() Constructor

Parameterless constructor for use as a Razor Component.

public FeatureTableWidget();

FeatureTableWidget(ActionColumnConfig, Nullable, AttributeTableTemplate, Nullable, Nullable, Geometry, IReadOnlyList, IReadOnlyList, string, Nullable, Nullable, string, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Layer, string, MapView, IReadOnlyList, Nullable, TableMenuConfig, IReadOnlyList, IReadOnlyList, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, IReadOnlyList, TableTemplate, TimeExtent, string, Nullable, Nullable, string, Nullable, Nullable, Nullable, Nullable, string, string, Nullable, Nullable, Nullable, string, string, Action) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public FeatureTableWidget(dymaptic.GeoBlazor.Pro.Components.ActionColumnConfig? actionColumnConfig=null, System.Nullable<bool> attachmentsEnabled=null, dymaptic.GeoBlazor.Pro.Components.AttributeTableTemplate? attributeTableTemplate=null, System.Nullable<bool> editingEnabled=null, System.Nullable<bool> filterBySelectionEnabled=null, dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? filterGeometry=null, System.Collections.Generic.IReadOnlyList<string>? hiddenFields=null, System.Collections.Generic.IReadOnlyList<string>? highlightIds=null, string? icon=null, System.Nullable<int> initialSize=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.OverlayPosition> position=null, string? definitionExpression=null, System.Nullable<bool> autoDestroyDisabled=null, System.Nullable<bool> autoRefreshDisabled=null, System.Nullable<bool> columnPerformanceModeDisabled=null, System.Nullable<bool> columnReorderingDisabled=null, System.Nullable<bool> highlightDisabled=null, System.Nullable<bool> hideColumnDescriptions=null, System.Nullable<bool> hideColumnMenuItemsSortAscending=null, System.Nullable<bool> hideColumnMenuItemsSortDescending=null, System.Nullable<bool> hideColumnMenus=null, System.Nullable<bool> hideHeader=null, System.Nullable<bool> hideLayerDropdownIcons=null, System.Nullable<bool> hideMenu=null, System.Nullable<bool> hideMenuItemsClearSelection=null, System.Nullable<bool> hideMenuItemsDeleteSelection=null, System.Nullable<bool> hideMenuItemsExportSelectionToCsv=null, System.Nullable<bool> hideMenuItemsRefreshData=null, System.Nullable<bool> hideMenuItemsSelectedRecordsShowAllToggle=null, System.Nullable<bool> hideMenuItemsSelectedRecordsShowSelectedToggle=null, System.Nullable<bool> hideMenuItemsToggleColumns=null, System.Nullable<bool> hideMenuItemsZoomToSelection=null, System.Nullable<bool> hideProgress=null, System.Nullable<bool> hideSelectionColumn=null, System.Nullable<bool> hideTooltips=null, dymaptic.GeoBlazor.Core.Components.Layers.Layer? layer=null, string? containerId=null, dymaptic.GeoBlazor.Core.Components.Views.MapView? view=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>? layers=null, System.Nullable<int> maxSize=null, dymaptic.GeoBlazor.Pro.Components.TableMenuConfig? menuConfig=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.ObjectId>? objectIds=null, System.Collections.Generic.IReadOnlyList<string>? outFields=null, System.Nullable<int> pageIndex=null, System.Nullable<int> pageSize=null, System.Nullable<bool> paginationEnabled=null, System.Nullable<bool> relatedRecordsEnabled=null, System.Nullable<bool> returnGeometryEnabled=null, System.Nullable<bool> returnMEnabled=null, System.Nullable<bool> returnZEnabled=null, System.Collections.Generic.IReadOnlyList<string>? rowHighlightIds=null, dymaptic.GeoBlazor.Pro.Components.TableTemplate? tableTemplate=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? timeExtent=null, string? timeZone=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableMultipleSortPriority> multipleSortPriority=null, System.Nullable<dymaptic.GeoBlazor.Pro.Enums.Scale> navigationScale=null, string? noDataMessage=null, System.Nullable<bool> multipleSelectionDisabled=null, System.Nullable<bool> multipleSortEnabled=null, System.Nullable<bool> syncTemplateOnChangesDisabled=null, System.Nullable<bool> tableDisabled=null, string? layerItemId=null, string? layerUrl=null, System.Nullable<bool> showLayerDropdown=null, System.Nullable<bool> visible=null, System.Nullable<System.Guid> layerId=null, string? label=null, string? description=null, System.Action? onDescriptionFunction=null);

Parameters

actionColumnConfig ActionColumnConfig

Configuration for the ActionColumn. ArcGIS Maps SDK for JavaScript

attachmentsEnabled System.Nullable<System.Boolean>

Indicates whether to display the `Attachments` field in the table. default false

attributeTableTemplate AttributeTableTemplate

Use this property to configure how columns display within the table in regard to visibility, column order, and sorting. ArcGIS Maps SDK for JavaScript

editingEnabled System.Nullable<System.Boolean>

Indicates whether editing is enabled on the data within the feature table. default false

filterBySelectionEnabled System.Nullable<System.Boolean>

Indicates whether the table only displays rows that are considered selected. default false

filterGeometry Geometry

Set this property to filter the features displayed in the table. default null

hiddenFields System.Collections.Generic.IReadOnlyList<System.String>

A collection of string values which indicate field.names that should be hidden within the table. ArcGIS Maps SDK for JavaScript

highlightIds System.Collections.Generic.IReadOnlyList<System.String>

This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

icon System.String

Icon which represents the component. Typically used when the component is controlled by another component (e.g. by the Expand component). see Calcite Icons default "table"

initialSize System.Nullable<System.Int32>

The user-provided number of total features accessed from the data source. ArcGIS Maps SDK for JavaScript

position System.Nullable<OverlayPosition>

default "manual"

definitionExpression System.String

The SQL where clause used to filter features visible in the table. ArcGIS Maps SDK for JavaScript

autoDestroyDisabled System.Nullable<System.Boolean>

If true, the component will not be destroyed automatically when it is disconnected from the document. This is useful when you want to move the component to a different place on the page, or temporarily hide it. If this is set, make sure to call the destroy method when you are done to prevent memory leaks. default false

autoRefreshDisabled System.Nullable<System.Boolean>

Indicates whether the table should automatically refresh when the underlying data changes default false

columnPerformanceModeDisabled System.Nullable<System.Boolean>

Indicates whether to enable the table's column performance mode. This mode is designed to improve the performance of the table when working with a large number of columns. default false

columnReorderingDisabled System.Nullable<System.Boolean>

Indicates whether the table should allow reordering of columns. default false

highlightDisabled System.Nullable<System.Boolean>

Indicates whether to highlight the associated feature when a row is selected by checking the corresponding checkbox. ArcGIS Maps SDK for JavaScript default false

hideColumnDescriptions System.Nullable<System.Boolean>

Indicates whether to display descriptions in the header cells of individual columns. default false

hideColumnMenuItemsSortAscending System.Nullable<System.Boolean>

Indicates whether to display the Sort Ascending menu item. default false

hideColumnMenuItemsSortDescending System.Nullable<System.Boolean>

Indicates whether to display the Sort Descending menu item. default false

hideColumnMenus System.Nullable<System.Boolean>

Indicates whether to display the menu items within the individual columns default false

hideHeader System.Nullable<System.Boolean>

Indicates whether to display the feature table's header information. default false

hideLayerDropdownIcons System.Nullable<System.Boolean>

Indicates whether to display layer-specific icons in the layer drop down menu. default false

hideMenu System.Nullable<System.Boolean>

Indicates whether to display the feature table's menu. default false

hideMenuItemsClearSelection System.Nullable<System.Boolean>

Indicates whether to display the Clear selection menu item. default false

hideMenuItemsDeleteSelection System.Nullable<System.Boolean>

Indicates whether to display the Delete Selection menu item. default false

hideMenuItemsExportSelectionToCsv System.Nullable<System.Boolean>

Indicates whether to display the Export selection to CSV menu item. default false

hideMenuItemsRefreshData System.Nullable<System.Boolean>

Indicates whether to display the Refresh data menu item. default false

hideMenuItemsSelectedRecordsShowAllToggle System.Nullable<System.Boolean>

Indicates whether to toggle between showing only selected records in the table to showing all of the records. default false

hideMenuItemsSelectedRecordsShowSelectedToggle System.Nullable<System.Boolean>

Indicates whether to display the Show selected records menu item. default false

hideMenuItemsToggleColumns System.Nullable<System.Boolean>

Indicates whether to enable toggling column visibility within the menu. default false

hideMenuItemsZoomToSelection System.Nullable<System.Boolean>

Indicates whether to display the Zoom to selected menu item. default false

hideProgress System.Nullable<System.Boolean>

Indicates whether to display the progress indicator when the table is querying or syncing data. default false

hideSelectionColumn System.Nullable<System.Boolean>

Indicates whether to display the selection column in the table. Each row has a checkbox that selects its corresponding feature. default false

hideTooltips System.Nullable<System.Boolean>

Indicates whether to display the tooltip for the Show/hide columns button. default false

layer Layer

The associated CatalogFootprintLayer, CSVLayer, FeatureLayer, GeoJSONLayer, ImageryLayer, KnowledgeGraphSublayer, SceneLayer, or WFSLayer containing the fields and attributes to display within the widget. ArcGIS Maps SDK for JavaScript

containerId System.String

The id of an external HTML Element (div). If provided, the widget will be placed inside that element, instead of on the map.

view MapView

The parent view of the current component.

layers System.Collections.Generic.IReadOnlyList<Layer>

Group of layers displayed in the dropdown component in the table's header, which allows changing what layer is currently displayed in the table.

maxSize System.Nullable<System.Int32>

This property is applicable when working with layers that contain a large number of features, as it provides the ability to limit the displayed total feature count. ArcGIS Maps SDK for JavaScript

menuConfig TableMenuConfig

Set this object to customize the feature table's menu content. ArcGIS Maps SDK for JavaScript

objectIds System.Collections.Generic.IReadOnlyList<ObjectId>

This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

outFields System.Collections.Generic.IReadOnlyList<System.String>

An array of field names from the table's data source to include when the table requests data. ArcGIS Maps SDK for JavaScript

pageIndex System.Nullable<System.Int32>

Represents the index of the page of the feature currently being displayed. ArcGIS Maps SDK for JavaScript

pageSize System.Nullable<System.Int32>

The default page size used when displaying features within the table. default 50

paginationEnabled System.Nullable<System.Boolean>

Controls whether the table should only display a single page of features at any time. default false

relatedRecordsEnabled System.Nullable<System.Boolean>

Indicates whether to display any related records associated with rows within the table. default false

returnGeometryEnabled System.Nullable<System.Boolean>

Indicates whether to fetch geometries for the corresponding features displayed in the table. default false

returnMEnabled System.Nullable<System.Boolean>

Indicates whether geometries fetched for the corresponding features contain M values, if supported. default false

returnZEnabled System.Nullable<System.Boolean>

Indicates whether the fetched features' geometries contain Z values. default false

rowHighlightIds System.Collections.Generic.IReadOnlyList<System.String>

This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

tableTemplate TableTemplate

The associated template used for the feature table. ArcGIS Maps SDK for JavaScript

timeExtent TimeExtent

The TimeExtent in which to filter and display data within the FeatureTable widget. ArcGIS Maps SDK for JavaScript

timeZone System.String

Dates and times displayed in the widget will be in terms of this time zone. ArcGIS Maps SDK for JavaScript

multipleSortPriority System.Nullable<FeatureTableMultipleSortPriority>

This property can be used to determine how newly sorted columns are prioritized. default "prepend"

navigationScale System.Nullable<Scale>

This property controls the scale of all components in the navigation bar displayed when viewing attachments or related records. ArcGIS Maps SDK for JavaScript

noDataMessage System.String

This property can be used to override the text displayed when the table is fully loaded but no rows are available. ArcGIS Maps SDK for JavaScript

multipleSelectionDisabled System.Nullable<System.Boolean>

Controls whether the table allows multiple selected rows. ArcGIS Maps SDK for JavaScript default false

multipleSortEnabled System.Nullable<System.Boolean>

Indicates whether sorting multiple columns is supported within the table. default false

syncTemplateOnChangesDisabled System.Nullable<System.Boolean>

Indicates whether the table should synchronize the current attributeTableTemplate being used based on changes made to the table's UI. default false

tableDisabled System.Nullable<System.Boolean>

Indicates whether the table is disabled. ArcGIS Maps SDK for JavaScript default false

layerItemId System.String

Portal Item Id for a layer to load. You can set, `layer`, `layerUrl`, or `itemId`, but not more than one.

layerUrl System.String

Url for a layer to load. You can set, `layer`, `layerUrl`, or `itemId`, but not more than one.

showLayerDropdown System.Nullable<System.Boolean>

Indicates whether to display the feature table's layer switch drop down menu. default false

visible System.Nullable<System.Boolean>

Indicates the visibility of the component. Default value: true.

layerId System.Nullable<System.Guid>

The GeoBlazor Id of the relevant Layer for the MapComponent. Not always applicable to every component type.

label System.String

The components label.

description System.String

Text displayed in the table header, under the title. ArcGIS Maps SDK for JavaScript

onDescriptionFunction System.Action

Text displayed in the table header, under the title. ArcGIS Maps SDK for JavaScript

Properties

FeatureTableWidget.ActionColumn Property

GeoBlazor Docs Reference to the current action column. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Model.ActionColumn? ActionColumn { get; }

Property Value

ActionColumn

FeatureTableWidget.ActionColumnConfig Property

GeoBlazor Docs Configuration for the ActionColumn. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.ActionColumnConfig? ActionColumnConfig { get; set; }

Property Value

ActionColumnConfig

FeatureTableWidget.ActiveFilters Property

GeoBlazor Docs A read-only property indicating the type of filter used by the table. It returns either filters by geometry or selections using a row's object ID.

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Interfaces.IFeatureTableActiveFilter>? ActiveFilters { get; }

Property Value

System.Collections.Generic.IReadOnlyList<IFeatureTableActiveFilter>

FeatureTableWidget.ActiveSortOrders Property

GeoBlazor Docs Use this read-only property if needing to query features while retaining a column's sort order. default []

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.ColumnSortOrder>? ActiveSortOrders { get; }

Property Value

System.Collections.Generic.IReadOnlyList<ColumnSortOrder>

FeatureTableWidget.AllColumns Property

GeoBlazor Docs A flattened array of all columns within the table, including nested columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>? AllColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Column>

FeatureTableWidget.AllRelatedTablesVisible Property

GeoBlazor Docs Indicates the table is displaying all related tables in "show all" mode. default false

public System.Nullable<bool> AllRelatedTablesVisible { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.AllVisibleColumns Property

GeoBlazor Docs A flattened array of all visible columns within the table, including nested columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>? AllVisibleColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Column>

FeatureTableWidget.AttachmentsColumns Property

GeoBlazor Docs A flattened array of all attachment columns within the table, including nested columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.AttachmentsColumn>? AttachmentsColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<AttachmentsColumn>

FeatureTableWidget.AttachmentsEnabled Property

GeoBlazor Docs Indicates whether to display the `Attachments` field in the table. default false

public System.Nullable<bool> AttachmentsEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.AttachmentsViewOptions Property

GeoBlazor Docs This read-only property provides the the configuration options for the attachments view. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Options.AttachmentsViewOptions? AttachmentsViewOptions { get; }

Property Value

AttachmentsViewOptions

FeatureTableWidget.AttributeTableTemplate Property

GeoBlazor Docs Use this property to configure how columns display within the table in regard to visibility, column order, and sorting. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.AttributeTableTemplate? AttributeTableTemplate { get; set; }

Property Value

AttributeTableTemplate

FeatureTableWidget.AutoDestroyDisabled Property

GeoBlazor Docs If true, the component will not be destroyed automatically when it is disconnected from the document. This is useful when you want to move the component to a different place on the page, or temporarily hide it. If this is set, make sure to call the destroy method when you are done to prevent memory leaks. default false

public System.Nullable<bool> AutoDestroyDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.AutoRefreshDisabled Property

GeoBlazor Docs Indicates whether the table should automatically refresh when the underlying data changes default false

public System.Nullable<bool> AutoRefreshDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.ColumnPerformanceModeDisabled Property

GeoBlazor Docs Indicates whether to enable the table's column performance mode. This mode is designed to improve the performance of the table when working with a large number of columns. default false

public System.Nullable<bool> ColumnPerformanceModeDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.ColumnReorderingDisabled Property

GeoBlazor Docs Indicates whether the table should allow reordering of columns. default false

public System.Nullable<bool> ColumnReorderingDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.Columns Property

GeoBlazor Docs A read-only collection of column, field, group, action, attachment, and relationship columns that are displayed within the table.

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>? Columns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Column>

FeatureTableWidget.DefinitionExpression Property

GeoBlazor Docs The SQL where clause used to filter features visible in the table. ArcGIS Maps SDK for JavaScript

public string? DefinitionExpression { get; set; }

Property Value

System.String

FeatureTableWidget.Description Property

GeoBlazor Docs Text displayed in the table header, under the title. ArcGIS Maps SDK for JavaScript

public string? Description { get; set; }

Property Value

System.String

FeatureTableWidget.EditingEnabled Property

GeoBlazor Docs Indicates whether editing is enabled on the data within the feature table. default false

public System.Nullable<bool> EditingEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.EffectiveSize Property

GeoBlazor Docs Total number of records displayed in the table's current view.

public System.Nullable<int> EffectiveSize { get; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.FieldColumns Property

GeoBlazor Docs A flattened array of all field columns within the table, including nested columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.FieldColumn>? FieldColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<FieldColumn>

FeatureTableWidget.FilterBySelectionEnabled Property

GeoBlazor Docs Indicates whether the table only displays rows that are considered selected. default false

public System.Nullable<bool> FilterBySelectionEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.FilterGeometry Property

GeoBlazor Docs Set this property to filter the features displayed in the table. default null

public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? FilterGeometry { get; set; }

Property Value

Geometry

FeatureTableWidget.GroupColumns Property

GeoBlazor Docs A flattened array of all group columns within the table. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.GroupColumn>? GroupColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<GroupColumn>

FeatureTableWidget.HasCellClickListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasCellClickListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasCellKeydownListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasCellKeydownListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasCellPointeroutListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasCellPointeroutListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasCellPointeroverListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasCellPointeroverListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasColumnReorderListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasColumnReorderListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasDescriptionFunction Property

A convenience property that signifies whether a custom OnDescriptionFunction function was registered.

public bool HasDescriptionFunction { get; }

Property Value

System.Boolean

FeatureTableWidget.HasPropertyChangeListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasPropertyChangeListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasReadyListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasReadyListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HasSelectionChangeListener Property

Used in JavaScript layer to determine if the event listener is registered.

public bool HasSelectionChangeListener { get; }

Property Value

System.Boolean

FeatureTableWidget.HiddenFields Property

GeoBlazor Docs A collection of string values which indicate field.names that should be hidden within the table. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? HiddenFields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

FeatureTableWidget.HideColumnDescriptions Property

GeoBlazor Docs Indicates whether to display descriptions in the header cells of individual columns. default false

public System.Nullable<bool> HideColumnDescriptions { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideColumnMenuItemsSortAscending Property

GeoBlazor Docs Indicates whether to display the Sort Ascending menu item. default false

public System.Nullable<bool> HideColumnMenuItemsSortAscending { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideColumnMenuItemsSortDescending Property

GeoBlazor Docs Indicates whether to display the Sort Descending menu item. default false

public System.Nullable<bool> HideColumnMenuItemsSortDescending { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideColumnMenus Property

GeoBlazor Docs Indicates whether to display the menu items within the individual columns default false

public System.Nullable<bool> HideColumnMenus { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideHeader Property

GeoBlazor Docs Indicates whether to display the feature table's header information. default false

public System.Nullable<bool> HideHeader { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideLayerDropdownIcons Property

GeoBlazor Docs Indicates whether to display layer-specific icons in the layer drop down menu. default false

public System.Nullable<bool> HideLayerDropdownIcons { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenu Property

GeoBlazor Docs Indicates whether to display the feature table's menu. default false

public System.Nullable<bool> HideMenu { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsClearSelection Property

GeoBlazor Docs Indicates whether to display the Clear selection menu item. default false

public System.Nullable<bool> HideMenuItemsClearSelection { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsDeleteSelection Property

GeoBlazor Docs Indicates whether to display the Delete Selection menu item. default false

public System.Nullable<bool> HideMenuItemsDeleteSelection { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsExportSelectionToCsv Property

GeoBlazor Docs Indicates whether to display the Export selection to CSV menu item. default false

public System.Nullable<bool> HideMenuItemsExportSelectionToCsv { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsRefreshData Property

GeoBlazor Docs Indicates whether to display the Refresh data menu item. default false

public System.Nullable<bool> HideMenuItemsRefreshData { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsSelectedRecordsShowAllToggle Property

GeoBlazor Docs Indicates whether to toggle between showing only selected records in the table to showing all of the records. default false

public System.Nullable<bool> HideMenuItemsSelectedRecordsShowAllToggle { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsSelectedRecordsShowSelectedToggle Property

GeoBlazor Docs Indicates whether to display the Show selected records menu item. default false

public System.Nullable<bool> HideMenuItemsSelectedRecordsShowSelectedToggle { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsToggleColumns Property

GeoBlazor Docs Indicates whether to enable toggling column visibility within the menu. default false

public System.Nullable<bool> HideMenuItemsToggleColumns { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideMenuItemsZoomToSelection Property

GeoBlazor Docs Indicates whether to display the Zoom to selected menu item. default false

public System.Nullable<bool> HideMenuItemsZoomToSelection { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideProgress Property

GeoBlazor Docs Indicates whether to display the progress indicator when the table is querying or syncing data. default false

public System.Nullable<bool> HideProgress { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideSelectionColumn Property

GeoBlazor Docs Indicates whether to display the selection column in the table. Each row has a checkbox that selects its corresponding feature. default false

public System.Nullable<bool> HideSelectionColumn { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HideTooltips Property

GeoBlazor Docs Indicates whether to display the tooltip for the Show/hide columns button. default false

public System.Nullable<bool> HideTooltips { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HighlightDisabled Property

GeoBlazor Docs Indicates whether to highlight the associated feature when a row is selected by checking the corresponding checkbox. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> HighlightDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.HighlightIds Property

GeoBlazor Docs This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? HighlightIds { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

FeatureTableWidget.InitialSize Property

GeoBlazor Docs The user-provided number of total features accessed from the data source. ArcGIS Maps SDK for JavaScript

public System.Nullable<int> InitialSize { get; set; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.IsQueryingOrSyncing Property

GeoBlazor Docs A read-only property which indicates if the table is querying or syncing data. default false

public System.Nullable<bool> IsQueryingOrSyncing { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.LayerItemId Property

GeoBlazor Docs Portal Item Id for a layer to load. You can set, `layer`, `layerUrl`, or `itemId`, but not more than one.

public string? LayerItemId { get; set; }

Property Value

System.String

FeatureTableWidget.Layers Property

GeoBlazor Docs Group of layers displayed in the dropdown component in the table's header, which allows changing what layer is currently displayed in the table.

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>? Layers { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<Layer>

FeatureTableWidget.LayerUrl Property

GeoBlazor Docs Url for a layer to load. You can set, `layer`, `layerUrl`, or `itemId`, but not more than one.

public string? LayerUrl { get; set; }

Property Value

System.String

FeatureTableWidget.LayerView Property

GeoBlazor Docs The layer view associated with the table's layer.

public dymaptic.GeoBlazor.Core.Components.LayerView? LayerView { get; }

Property Value

LayerView

FeatureTableWidget.MaxSize Property

GeoBlazor Docs This property is applicable when working with layers that contain a large number of features, as it provides the ability to limit the displayed total feature count. ArcGIS Maps SDK for JavaScript

public System.Nullable<int> MaxSize { get; set; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.MenuConfig Property

GeoBlazor Docs Set this object to customize the feature table's menu content. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.TableMenuConfig? MenuConfig { get; set; }

Property Value

TableMenuConfig

FeatureTableWidget.MultipleSelectionDisabled Property

GeoBlazor Docs Controls whether the table allows multiple selected rows. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> MultipleSelectionDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.MultipleSortEnabled Property

GeoBlazor Docs Indicates whether sorting multiple columns is supported within the table. default false

public System.Nullable<bool> MultipleSortEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.MultipleSortPriority Property

GeoBlazor Docs This property can be used to determine how newly sorted columns are prioritized. default "prepend"

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableMultipleSortPriority> MultipleSortPriority { get; set; }

Property Value

System.Nullable<FeatureTableMultipleSortPriority>

FeatureTableWidget.NavigationScale Property

GeoBlazor Docs This property controls the scale of all components in the navigation bar displayed when viewing attachments or related records. ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.Scale> NavigationScale { get; set; }

Property Value

System.Nullable<Scale>

FeatureTableWidget.NoDataMessage Property

GeoBlazor Docs This property can be used to override the text displayed when the table is fully loaded but no rows are available. ArcGIS Maps SDK for JavaScript

public string? NoDataMessage { get; set; }

Property Value

System.String

FeatureTableWidget.ObjectIds Property

GeoBlazor Docs This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<ObjectId>

FeatureTableWidget.OnCellClick Property

GeoBlazor Docs Occurs when a user clicks on a cell within the feature table.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellClickEvent> OnCellClick { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<FeatureTableCellClickEvent>

FeatureTableWidget.OnCellKeydown Property

GeoBlazor Docs Occurs when a user presses a key while a cell in the feature table has focus.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellKeydownEvent> OnCellKeydown { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<FeatureTableCellKeydownEvent>

FeatureTableWidget.OnCellPointerout Property

GeoBlazor Docs Occurs when the pointer moves out of a cell in the feature table.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellPointeroutEvent> OnCellPointerout { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<FeatureTableCellPointeroutEvent>

FeatureTableWidget.OnCellPointerover Property

GeoBlazor Docs Occurs when the pointer moves over a cell in the feature table.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.FeatureTableCellPointeroverEvent> OnCellPointerover { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<FeatureTableCellPointeroverEvent>

FeatureTableWidget.OnColumnReorder Property

GeoBlazor Docs Occurs when a user reorders columns in the feature table.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.FeatureTableColumnReorderEvent> OnColumnReorder { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<FeatureTableColumnReorderEvent>

FeatureTableWidget.OnDescriptionFunction Property

GeoBlazor Docs Text displayed in the table header, under the title. ArcGIS Maps SDK for JavaScript

public System.Action? OnDescriptionFunction { get; set; }

Property Value

System.Action

FeatureTableWidget.OnPropertyChange Property

GeoBlazor Docs Emitted when the value of a property is changed. Use this to listen to changes to properties.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Core.Events.PropertyChangeEvent> OnPropertyChange { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<PropertyChangeEvent>

FeatureTableWidget.OnReady Property

GeoBlazor Docs Emitted when the component associated with a map or scene view is is ready to be interacted with.

public Microsoft.AspNetCore.Components.EventCallback OnReady { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback

FeatureTableWidget.OnSelectionChange Property

GeoBlazor Docs Occurs when the selection of features in the table changes.

public Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.CollectionChangeEvent<string>> OnSelectionChange { get; set; }

Property Value

Microsoft.AspNetCore.Components.EventCallback<dymaptic.GeoBlazor.Pro.Events.CollectionChangeEvent<System.String>>

FeatureTableWidget.OutFields Property

GeoBlazor Docs An array of field names from the table's data source to include when the table requests data. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? OutFields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

FeatureTableWidget.PageCount Property

GeoBlazor Docs Number of pages of features to be displayed in the table, based on the total number of features and configured pageSize. ArcGIS Maps SDK for JavaScript

public System.Nullable<int> PageCount { get; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.PageIndex Property

GeoBlazor Docs Represents the index of the page of the feature currently being displayed. ArcGIS Maps SDK for JavaScript

public System.Nullable<int> PageIndex { get; set; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.PageSize Property

GeoBlazor Docs The default page size used when displaying features within the table. default 50

public System.Nullable<int> PageSize { get; set; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.PaginationEnabled Property

GeoBlazor Docs Controls whether the table should only display a single page of features at any time. default false

public System.Nullable<bool> PaginationEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.RelatedRecordsEnabled Property

GeoBlazor Docs Indicates whether to display any related records associated with rows within the table. default false

public System.Nullable<bool> RelatedRecordsEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.RelatedTable Property

GeoBlazor Docs Reference to a nested table instance representing a relationship with another table.

public dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureTableWidget? RelatedTable { get; set; }

Property Value

FeatureTableWidget

FeatureTableWidget.RelatedTables Property

GeoBlazor Docs A collection of nested table instances. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureTableWidget>? RelatedTables { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<FeatureTableWidget>

FeatureTableWidget.RelationshipColumns Property

GeoBlazor Docs A flattened array of all relationship columns within the table, including nested columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.RelationshipColumn>? RelationshipColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<RelationshipColumn>

FeatureTableWidget.ReturnGeometryEnabled Property

GeoBlazor Docs Indicates whether to fetch geometries for the corresponding features displayed in the table. default false

public System.Nullable<bool> ReturnGeometryEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.ReturnMEnabled Property

GeoBlazor Docs Indicates whether geometries fetched for the corresponding features contain M values, if supported. default false

public System.Nullable<bool> ReturnMEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.ReturnZEnabled Property

GeoBlazor Docs Indicates whether the fetched features' geometries contain Z values. default false

public System.Nullable<bool> ReturnZEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.RowHighlightIds Property

GeoBlazor Docs This property accepts and returns a collection of feature object IDs. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? RowHighlightIds { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

FeatureTableWidget.ShowLayerDropdown Property

GeoBlazor Docs Indicates whether to display the feature table's layer switch drop down menu. default false

public System.Nullable<bool> ShowLayerDropdown { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.Size Property

GeoBlazor Docs Total number of records currently displayed in the table. default 0

public System.Nullable<int> Size { get; }

Property Value

System.Nullable<System.Int32>

FeatureTableWidget.State Property

GeoBlazor Docs The current state of the component. default "disabled"

public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableState> State { get; }

Property Value

System.Nullable<FeatureTableState>

FeatureTableWidget.SupportsAddAttachments Property

GeoBlazor Docs Indicates whether the table and associated layer support adding attachments with the current configuration. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> SupportsAddAttachments { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.SupportsAttachments Property

GeoBlazor Docs Indicates whether the table and associated layer support viewing attachments with the current configuration. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> SupportsAttachments { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.SupportsDeleteAttachments Property

GeoBlazor Docs Indicates whether the table and associated layer support deleting attachments with the current configuration. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> SupportsDeleteAttachments { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.SupportsResizeAttachments Property

GeoBlazor Docs Defines whether or not the feature supports resizing attachments. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> SupportsResizeAttachments { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.SupportsUpdateAttachments Property

GeoBlazor Docs Indicates whether the table and associated layer support updating attachments with the current configuration. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> SupportsUpdateAttachments { get; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.SyncTemplateOnChangesDisabled Property

GeoBlazor Docs Indicates whether the table should synchronize the current attributeTableTemplate being used based on changes made to the table's UI. default false

public System.Nullable<bool> SyncTemplateOnChangesDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.TableController Property

GeoBlazor Docs Reference to top-level controller table, if this table is a related table, nested within and controlled by another table.

public dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureTableWidget? TableController { get; set; }

Property Value

FeatureTableWidget

FeatureTableWidget.TableDisabled Property

GeoBlazor Docs Indicates whether the table is disabled. ArcGIS Maps SDK for JavaScript default false

public System.Nullable<bool> TableDisabled { get; set; }

Property Value

System.Nullable<System.Boolean>

FeatureTableWidget.TableParent Property

GeoBlazor Docs Reference to a table instance that this table is directly related to.

public dymaptic.GeoBlazor.Pro.Components.Widgets.FeatureTableWidget? TableParent { get; set; }

Property Value

FeatureTableWidget

FeatureTableWidget.TableTemplate Property

GeoBlazor Docs The associated template used for the feature table. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Components.TableTemplate? TableTemplate { get; set; }

Property Value

TableTemplate

FeatureTableWidget.TimeExtent Property

GeoBlazor Docs The TimeExtent in which to filter and display data within the FeatureTable widget. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }

Property Value

TimeExtent

FeatureTableWidget.TimeZone Property

GeoBlazor Docs Dates and times displayed in the widget will be in terms of this time zone. ArcGIS Maps SDK for JavaScript

public string? TimeZone { get; set; }

Property Value

System.String

FeatureTableWidget.Type Property

The type of widget

public override dymaptic.GeoBlazor.Core.Enums.WidgetType Type { get; }

Property Value

WidgetType

FeatureTableWidget.VisibleColumns Property

GeoBlazor Docs A flattened array of all top-level visible columns. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>? VisibleColumns { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Column>

Methods

FeatureTableWidget.AddToHiddenFields(string[]) Method

Asynchronously adds elements to the HiddenFields property.

public System.Threading.Tasks.Task AddToHiddenFields(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.AddToHighlightIds(string[]) Method

Asynchronously adds elements to the HighlightIds property.

public System.Threading.Tasks.Task AddToHighlightIds(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.AddToLayers(Layer[]) Method

Asynchronously adds elements to the Layers property.

public System.Threading.Tasks.Task AddToLayers(params dymaptic.GeoBlazor.Core.Components.Layers.Layer[] values);

Parameters

values Layer[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.AddToObjectIds(ObjectId[]) Method

Asynchronously adds elements to the ObjectIds property.

public System.Threading.Tasks.Task AddToObjectIds(params dymaptic.GeoBlazor.Core.Model.ObjectId[] values);

Parameters

values ObjectId[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.AddToOutFields(string[]) Method

Asynchronously adds elements to the OutFields property.

public System.Threading.Tasks.Task AddToOutFields(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.AddToRowHighlightIds(string[]) Method

Asynchronously adds elements to the RowHighlightIds property.

public System.Threading.Tasks.Task AddToRowHighlightIds(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.DeleteSelection(Nullable) Method

GeoBlazor Docs Deletes the currently selected features from the feature table and underlying data source.

public System.Threading.Tasks.Task DeleteSelection(System.Nullable<bool> showWarningPrompt=null);

Parameters

showWarningPrompt System.Nullable<System.Boolean>

Determines whether to display a confirmation dialog before deleting the selected features.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ExportSelectionToCSV(Nullable) Method

GeoBlazor Docs Permanently destroy the component.

public System.Threading.Tasks.Task ExportSelectionToCSV(System.Nullable<bool> includeGeometry=null);

Parameters

includeGeometry System.Nullable<System.Boolean>

Specifies whether to include geometry data when exporting the selected features to CSV format.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.FindColumn(string) Method

GeoBlazor Docs Retrieves a column object by its field name from the feature table widget.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Model.Column?> FindColumn(string fieldName);

Parameters

fieldName System.String

The field name of the column to find in the feature table.

Returns

System.Threading.Tasks.Task<Column>

FeatureTableWidget.GetActionColumn() Method

Asynchronously retrieve the current value of the ActionColumn property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Model.ActionColumn?> GetActionColumn();

Returns

System.Threading.Tasks.Task<ActionColumn>

FeatureTableWidget.GetActionColumnConfig() Method

Asynchronously retrieve the current value of the ActionColumnConfig property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.ActionColumnConfig?> GetActionColumnConfig();

Returns

System.Threading.Tasks.Task<ActionColumnConfig>

FeatureTableWidget.GetActiveFilters() Method

Asynchronously retrieve the current value of the ActiveFilters property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Interfaces.IFeatureTableActiveFilter>?> GetActiveFilters();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<IFeatureTableActiveFilter>>

FeatureTableWidget.GetActiveSortOrders() Method

Asynchronously retrieve the current value of the ActiveSortOrders property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.ColumnSortOrder>?> GetActiveSortOrders();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<ColumnSortOrder>>

FeatureTableWidget.GetAllColumns() Method

Asynchronously retrieve the current value of the AllColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>?> GetAllColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Column>>

FeatureTableWidget.GetAllRelatedTablesVisible() Method

Asynchronously retrieve the current value of the AllRelatedTablesVisible property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAllRelatedTablesVisible();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetAllVisibleColumns() Method

Asynchronously retrieve the current value of the AllVisibleColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>?> GetAllVisibleColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Column>>

FeatureTableWidget.GetAttachmentsColumns() Method

Asynchronously retrieve the current value of the AttachmentsColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.AttachmentsColumn>?> GetAttachmentsColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<AttachmentsColumn>>

FeatureTableWidget.GetAttachmentsEnabled() Method

Asynchronously retrieve the current value of the AttachmentsEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAttachmentsEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetAttachmentsViewOptions() Method

Asynchronously retrieve the current value of the AttachmentsViewOptions property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Options.AttachmentsViewOptions?> GetAttachmentsViewOptions();

Returns

System.Threading.Tasks.Task<AttachmentsViewOptions>

FeatureTableWidget.GetAttributeTableTemplate() Method

Asynchronously retrieve the current value of the AttributeTableTemplate property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.AttributeTableTemplate?> GetAttributeTableTemplate();

Returns

System.Threading.Tasks.Task<AttributeTableTemplate>

FeatureTableWidget.GetAutoDestroyDisabled() Method

Asynchronously retrieve the current value of the AutoDestroyDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAutoDestroyDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetAutoRefreshDisabled() Method

Asynchronously retrieve the current value of the AutoRefreshDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAutoRefreshDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetColumnPerformanceModeDisabled() Method

Asynchronously retrieve the current value of the ColumnPerformanceModeDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetColumnPerformanceModeDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetColumnReorderingDisabled() Method

Asynchronously retrieve the current value of the ColumnReorderingDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetColumnReorderingDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetColumns() Method

Asynchronously retrieve the current value of the Columns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>?> GetColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Column>>

FeatureTableWidget.GetDefinitionExpression() Method

Asynchronously retrieve the current value of the DefinitionExpression property.

public System.Threading.Tasks.Task<string?> GetDefinitionExpression();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetDescription() Method

Asynchronously retrieve the current value of the Description property.

public System.Threading.Tasks.Task<string?> GetDescription();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetEditingEnabled() Method

Asynchronously retrieve the current value of the EditingEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetEditingEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetEffectiveSize() Method

Asynchronously retrieve the current value of the EffectiveSize property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetEffectiveSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetFieldColumns() Method

Asynchronously retrieve the current value of the FieldColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.FieldColumn>?> GetFieldColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<FieldColumn>>

FeatureTableWidget.GetFilterBySelectionEnabled() Method

Asynchronously retrieve the current value of the FilterBySelectionEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFilterBySelectionEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetFilterGeometry() Method

Asynchronously retrieve the current value of the FilterGeometry property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry?> GetFilterGeometry();

Returns

System.Threading.Tasks.Task<Geometry>

FeatureTableWidget.GetGroupColumns() Method

Asynchronously retrieve the current value of the GroupColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.GroupColumn>?> GetGroupColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<GroupColumn>>

FeatureTableWidget.GetHiddenFields() Method

Asynchronously retrieve the current value of the HiddenFields property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetHiddenFields();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

FeatureTableWidget.GetHideColumnDescriptions() Method

Asynchronously retrieve the current value of the HideColumnDescriptions property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideColumnDescriptions();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideColumnMenuItemsSortAscending() Method

Asynchronously retrieve the current value of the HideColumnMenuItemsSortAscending property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideColumnMenuItemsSortAscending();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideColumnMenuItemsSortDescending() Method

Asynchronously retrieve the current value of the HideColumnMenuItemsSortDescending property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideColumnMenuItemsSortDescending();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideColumnMenus() Method

Asynchronously retrieve the current value of the HideColumnMenus property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideColumnMenus();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideHeader() Method

Asynchronously retrieve the current value of the HideHeader property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideHeader();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideLayerDropdownIcons() Method

Asynchronously retrieve the current value of the HideLayerDropdownIcons property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideLayerDropdownIcons();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenu() Method

Asynchronously retrieve the current value of the HideMenu property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenu();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsClearSelection() Method

Asynchronously retrieve the current value of the HideMenuItemsClearSelection property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsClearSelection();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsDeleteSelection() Method

Asynchronously retrieve the current value of the HideMenuItemsDeleteSelection property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsDeleteSelection();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsExportSelectionToCsv() Method

Asynchronously retrieve the current value of the HideMenuItemsExportSelectionToCsv property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsExportSelectionToCsv();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsRefreshData() Method

Asynchronously retrieve the current value of the HideMenuItemsRefreshData property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsRefreshData();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsSelectedRecordsShowAllToggle() Method

Asynchronously retrieve the current value of the HideMenuItemsSelectedRecordsShowAllToggle property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsSelectedRecordsShowAllToggle();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsSelectedRecordsShowSelectedToggle() Method

Asynchronously retrieve the current value of the HideMenuItemsSelectedRecordsShowSelectedToggle property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsSelectedRecordsShowSelectedToggle();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsToggleColumns() Method

Asynchronously retrieve the current value of the HideMenuItemsToggleColumns property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsToggleColumns();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideMenuItemsZoomToSelection() Method

Asynchronously retrieve the current value of the HideMenuItemsZoomToSelection property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideMenuItemsZoomToSelection();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideProgress() Method

Asynchronously retrieve the current value of the HideProgress property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideProgress();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideSelectionColumn() Method

Asynchronously retrieve the current value of the HideSelectionColumn property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideSelectionColumn();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHideTooltips() Method

Asynchronously retrieve the current value of the HideTooltips property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHideTooltips();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHighlightDisabled() Method

Asynchronously retrieve the current value of the HighlightDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHighlightDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetHighlightIds() Method

Asynchronously retrieve the current value of the HighlightIds property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetHighlightIds();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

FeatureTableWidget.GetInitialSize() Method

Asynchronously retrieve the current value of the InitialSize property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetInitialSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetIsQueryingOrSyncing() Method

Asynchronously retrieve the current value of the IsQueryingOrSyncing property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetIsQueryingOrSyncing();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetLayerItemId() Method

Asynchronously retrieve the current value of the LayerItemId property.

public System.Threading.Tasks.Task<string?> GetLayerItemId();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetLayers() Method

Asynchronously retrieve the current value of the Layers property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>?> GetLayers();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Layer>>

FeatureTableWidget.GetLayerUrl() Method

Asynchronously retrieve the current value of the LayerUrl property.

public System.Threading.Tasks.Task<string?> GetLayerUrl();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetLayerView() Method

Asynchronously retrieve the current value of the LayerView property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.LayerView?> GetLayerView();

Returns

System.Threading.Tasks.Task<LayerView>

FeatureTableWidget.GetMaxSize() Method

Asynchronously retrieve the current value of the MaxSize property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetMaxSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetMenuConfig() Method

Asynchronously retrieve the current value of the MenuConfig property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.TableMenuConfig?> GetMenuConfig();

Returns

System.Threading.Tasks.Task<TableMenuConfig>

FeatureTableWidget.GetMultipleSelectionDisabled() Method

Asynchronously retrieve the current value of the MultipleSelectionDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetMultipleSelectionDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetMultipleSortEnabled() Method

Asynchronously retrieve the current value of the MultipleSortEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetMultipleSortEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetMultipleSortPriority() Method

Asynchronously retrieve the current value of the MultipleSortPriority property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableMultipleSortPriority>> GetMultipleSortPriority();

Returns

System.Threading.Tasks.Task<System.Nullable<FeatureTableMultipleSortPriority>>

FeatureTableWidget.GetNavigationScale() Method

Asynchronously retrieve the current value of the NavigationScale property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Pro.Enums.Scale>> GetNavigationScale();

Returns

System.Threading.Tasks.Task<System.Nullable<Scale>>

FeatureTableWidget.GetNoDataMessage() Method

Asynchronously retrieve the current value of the NoDataMessage property.

public System.Threading.Tasks.Task<string?> GetNoDataMessage();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetObjectIds() Method

Asynchronously retrieve the current value of the ObjectIds property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.ObjectId>?> GetObjectIds();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<ObjectId>>

FeatureTableWidget.GetOutFields() Method

Asynchronously retrieve the current value of the OutFields property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetOutFields();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

FeatureTableWidget.GetPageCount() Method

Asynchronously retrieve the current value of the PageCount property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetPageCount();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetPageIndex() Method

Asynchronously retrieve the current value of the PageIndex property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetPageIndex();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetPageSize() Method

Asynchronously retrieve the current value of the PageSize property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetPageSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetPaginationEnabled() Method

Asynchronously retrieve the current value of the PaginationEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetPaginationEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetRelatedRecordsEnabled() Method

Asynchronously retrieve the current value of the RelatedRecordsEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetRelatedRecordsEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetRelationshipColumns() Method

Asynchronously retrieve the current value of the RelationshipColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.RelationshipColumn>?> GetRelationshipColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<RelationshipColumn>>

FeatureTableWidget.GetReturnGeometryEnabled() Method

Asynchronously retrieve the current value of the ReturnGeometryEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnGeometryEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetReturnMEnabled() Method

Asynchronously retrieve the current value of the ReturnMEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnMEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetReturnZEnabled() Method

Asynchronously retrieve the current value of the ReturnZEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnZEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetRowHighlightIds() Method

Asynchronously retrieve the current value of the RowHighlightIds property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetRowHighlightIds();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

FeatureTableWidget.GetShowLayerDropdown() Method

Asynchronously retrieve the current value of the ShowLayerDropdown property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetShowLayerDropdown();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSize() Method

Asynchronously retrieve the current value of the Size property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

FeatureTableWidget.GetState() Method

Asynchronously retrieve the current value of the State property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableState>> GetState();

Returns

System.Threading.Tasks.Task<System.Nullable<FeatureTableState>>

FeatureTableWidget.GetSupportsAddAttachments() Method

Asynchronously retrieve the current value of the SupportsAddAttachments property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsAddAttachments();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSupportsAttachments() Method

Asynchronously retrieve the current value of the SupportsAttachments property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsAttachments();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSupportsDeleteAttachments() Method

Asynchronously retrieve the current value of the SupportsDeleteAttachments property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsDeleteAttachments();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSupportsResizeAttachments() Method

Asynchronously retrieve the current value of the SupportsResizeAttachments property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsResizeAttachments();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSupportsUpdateAttachments() Method

Asynchronously retrieve the current value of the SupportsUpdateAttachments property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsUpdateAttachments();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetSyncTemplateOnChangesDisabled() Method

Asynchronously retrieve the current value of the SyncTemplateOnChangesDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSyncTemplateOnChangesDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetTableDisabled() Method

Asynchronously retrieve the current value of the TableDisabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetTableDisabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

FeatureTableWidget.GetTableTemplate() Method

Asynchronously retrieve the current value of the TableTemplate property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Components.TableTemplate?> GetTableTemplate();

Returns

System.Threading.Tasks.Task<TableTemplate>

FeatureTableWidget.GetTimeExtent() Method

Asynchronously retrieve the current value of the TimeExtent property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.TimeExtent?> GetTimeExtent();

Returns

System.Threading.Tasks.Task<TimeExtent>

FeatureTableWidget.GetTimeZone() Method

Asynchronously retrieve the current value of the TimeZone property.

public System.Threading.Tasks.Task<string?> GetTimeZone();

Returns

System.Threading.Tasks.Task<System.String>

FeatureTableWidget.GetVisibleColumns() Method

Asynchronously retrieve the current value of the VisibleColumns property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Model.Column>?> GetVisibleColumns();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Column>>

FeatureTableWidget.GoToPage(int) Method

GeoBlazor Docs Navigates the feature table to the specified page index.

public System.Threading.Tasks.Task GoToPage(int index);

Parameters

index System.Int32

The zero-based page index to navigate to in the feature table.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.HideColumn(string) Method

GeoBlazor Docs Hides the specified column from the feature table display.

public System.Threading.Tasks.Task HideColumn(string fieldName);

Parameters

fieldName System.String

The field name of the column to hide from the feature table.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.NextPage() Method

GeoBlazor Docs Navigates the feature table to the next page if available.

public System.Threading.Tasks.Task NextPage();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsCellClick(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsCellClick(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsCellKeydown(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsCellKeydown(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsCellPointerout(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsCellPointerout(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsCellPointerover(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsCellPointerover(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsColumnReorder(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsColumnReorder(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsDescriptionFunction() Method

JS-invokable method that triggers the OnDescriptionFunction function. Should not be called by consuming code.

public void OnJsDescriptionFunction();

FeatureTableWidget.OnJsPropertyChange(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsPropertyChange(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsReady() Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsReady();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.OnJsSelectionChange(IJSStreamReference) Method

JavaScript-Invokable Method for internal use only.

public System.Threading.Tasks.Task OnJsSelectionChange(Microsoft.JSInterop.IJSStreamReference jsStreamRef);

Parameters

jsStreamRef Microsoft.JSInterop.IJSStreamReference

Returns

System.Threading.Tasks.Task

FeatureTableWidget.PreviousPage() Method

GeoBlazor Docs Navigates the feature table to the previous page if available.

public System.Threading.Tasks.Task PreviousPage();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.Refresh() Method

GeoBlazor Docs Refreshes the feature table widget to display the latest data.

public override System.Threading.Tasks.ValueTask Refresh();

Returns

System.Threading.Tasks.ValueTask

FeatureTableWidget.RemoveFromHiddenFields(string[]) Method

Asynchronously remove an element from the HiddenFields property.

public System.Threading.Tasks.Task RemoveFromHiddenFields(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.RemoveFromHighlightIds(string[]) Method

Asynchronously remove an element from the HighlightIds property.

public System.Threading.Tasks.Task RemoveFromHighlightIds(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.RemoveFromLayers(Layer[]) Method

Asynchronously remove an element from the Layers property.

public System.Threading.Tasks.Task RemoveFromLayers(params dymaptic.GeoBlazor.Core.Components.Layers.Layer[] values);

Parameters

values Layer[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.RemoveFromObjectIds(ObjectId[]) Method

Asynchronously remove an element from the ObjectIds property.

public System.Threading.Tasks.Task RemoveFromObjectIds(params dymaptic.GeoBlazor.Core.Model.ObjectId[] values);

Parameters

values ObjectId[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.RemoveFromOutFields(string[]) Method

Asynchronously remove an element from the OutFields property.

public System.Threading.Tasks.Task RemoveFromOutFields(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.RemoveFromRowHighlightIds(string[]) Method

Asynchronously remove an element from the RowHighlightIds property.

public System.Threading.Tasks.Task RemoveFromRowHighlightIds(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ScrollToBottom() Method

GeoBlazor Docs Scrolls the feature table view to the bottom of the table.

public System.Threading.Tasks.Task ScrollToBottom();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ScrollToIndex(int) Method

GeoBlazor Docs Scrolls the feature table to display the row at the specified index.

public System.Threading.Tasks.Task ScrollToIndex(int index);

Parameters

index System.Int32

The zero-based row index to scroll to in the feature table.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ScrollToLeft() Method

GeoBlazor Docs Scrolls the feature table horizontally to the leftmost position.

public System.Threading.Tasks.Task ScrollToLeft();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ScrollToRow(ObjectId) Method

GeoBlazor Docs Scrolls the feature table to display the row containing the specified object ID.

public System.Threading.Tasks.Task ScrollToRow(dymaptic.GeoBlazor.Core.Model.ObjectId objectId);

Parameters

objectId ObjectId

The object ID of the feature row to scroll to in the table.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ScrollToTop() Method

GeoBlazor Docs Scrolls the feature table view to the top of the table.

public System.Threading.Tasks.Task ScrollToTop();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetActionColumnConfig(ActionColumnConfig) Method

Asynchronously set the value of the ActionColumnConfig property after render.

public System.Threading.Tasks.Task SetActionColumnConfig(dymaptic.GeoBlazor.Pro.Components.ActionColumnConfig? value);

Parameters

value ActionColumnConfig

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetAttachmentsEnabled(Nullable) Method

Asynchronously set the value of the AttachmentsEnabled property after render.

public System.Threading.Tasks.Task SetAttachmentsEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetAttributeTableTemplate(AttributeTableTemplate) Method

Asynchronously set the value of the AttributeTableTemplate property after render.

public System.Threading.Tasks.Task SetAttributeTableTemplate(dymaptic.GeoBlazor.Pro.Components.AttributeTableTemplate? value);

Parameters

value AttributeTableTemplate

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetAutoDestroyDisabled(Nullable) Method

Asynchronously set the value of the AutoDestroyDisabled property after render.

public System.Threading.Tasks.Task SetAutoDestroyDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetAutoRefreshDisabled(Nullable) Method

Asynchronously set the value of the AutoRefreshDisabled property after render.

public System.Threading.Tasks.Task SetAutoRefreshDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetColumnPerformanceModeDisabled(Nullable) Method

Asynchronously set the value of the ColumnPerformanceModeDisabled property after render.

public System.Threading.Tasks.Task SetColumnPerformanceModeDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetColumnReorderingDisabled(Nullable) Method

Asynchronously set the value of the ColumnReorderingDisabled property after render.

public System.Threading.Tasks.Task SetColumnReorderingDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetDefinitionExpression(string) Method

Asynchronously set the value of the DefinitionExpression property after render.

public System.Threading.Tasks.Task SetDefinitionExpression(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetDescription(string) Method

Asynchronously set the value of the Description property after render.

public System.Threading.Tasks.Task SetDescription(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetEditingEnabled(Nullable) Method

Asynchronously set the value of the EditingEnabled property after render.

public System.Threading.Tasks.Task SetEditingEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetFilterBySelectionEnabled(Nullable) Method

Asynchronously set the value of the FilterBySelectionEnabled property after render.

public System.Threading.Tasks.Task SetFilterBySelectionEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetFilterGeometry(Geometry) Method

Asynchronously set the value of the FilterGeometry property after render.

public System.Threading.Tasks.Task SetFilterGeometry(dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? value);

Parameters

value Geometry

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHiddenFields(IReadOnlyList) Method

Asynchronously set the value of the HiddenFields property after render.

public System.Threading.Tasks.Task SetHiddenFields(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideColumnDescriptions(Nullable) Method

Asynchronously set the value of the HideColumnDescriptions property after render.

public System.Threading.Tasks.Task SetHideColumnDescriptions(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideColumnMenuItemsSortAscending(Nullable) Method

Asynchronously set the value of the HideColumnMenuItemsSortAscending property after render.

public System.Threading.Tasks.Task SetHideColumnMenuItemsSortAscending(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideColumnMenuItemsSortDescending(Nullable) Method

Asynchronously set the value of the HideColumnMenuItemsSortDescending property after render.

public System.Threading.Tasks.Task SetHideColumnMenuItemsSortDescending(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideColumnMenus(Nullable) Method

Asynchronously set the value of the HideColumnMenus property after render.

public System.Threading.Tasks.Task SetHideColumnMenus(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideHeader(Nullable) Method

Asynchronously set the value of the HideHeader property after render.

public System.Threading.Tasks.Task SetHideHeader(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideLayerDropdownIcons(Nullable) Method

Asynchronously set the value of the HideLayerDropdownIcons property after render.

public System.Threading.Tasks.Task SetHideLayerDropdownIcons(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenu(Nullable) Method

Asynchronously set the value of the HideMenu property after render.

public System.Threading.Tasks.Task SetHideMenu(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsClearSelection(Nullable) Method

Asynchronously set the value of the HideMenuItemsClearSelection property after render.

public System.Threading.Tasks.Task SetHideMenuItemsClearSelection(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsDeleteSelection(Nullable) Method

Asynchronously set the value of the HideMenuItemsDeleteSelection property after render.

public System.Threading.Tasks.Task SetHideMenuItemsDeleteSelection(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsExportSelectionToCsv(Nullable) Method

Asynchronously set the value of the HideMenuItemsExportSelectionToCsv property after render.

public System.Threading.Tasks.Task SetHideMenuItemsExportSelectionToCsv(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsRefreshData(Nullable) Method

Asynchronously set the value of the HideMenuItemsRefreshData property after render.

public System.Threading.Tasks.Task SetHideMenuItemsRefreshData(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsSelectedRecordsShowAllToggle(Nullable) Method

Asynchronously set the value of the HideMenuItemsSelectedRecordsShowAllToggle property after render.

public System.Threading.Tasks.Task SetHideMenuItemsSelectedRecordsShowAllToggle(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsSelectedRecordsShowSelectedToggle(Nullable) Method

Asynchronously set the value of the HideMenuItemsSelectedRecordsShowSelectedToggle property after render.

public System.Threading.Tasks.Task SetHideMenuItemsSelectedRecordsShowSelectedToggle(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsToggleColumns(Nullable) Method

Asynchronously set the value of the HideMenuItemsToggleColumns property after render.

public System.Threading.Tasks.Task SetHideMenuItemsToggleColumns(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideMenuItemsZoomToSelection(Nullable) Method

Asynchronously set the value of the HideMenuItemsZoomToSelection property after render.

public System.Threading.Tasks.Task SetHideMenuItemsZoomToSelection(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideProgress(Nullable) Method

Asynchronously set the value of the HideProgress property after render.

public System.Threading.Tasks.Task SetHideProgress(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideSelectionColumn(Nullable) Method

Asynchronously set the value of the HideSelectionColumn property after render.

public System.Threading.Tasks.Task SetHideSelectionColumn(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHideTooltips(Nullable) Method

Asynchronously set the value of the HideTooltips property after render.

public System.Threading.Tasks.Task SetHideTooltips(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHighlightDisabled(Nullable) Method

Asynchronously set the value of the HighlightDisabled property after render.

public System.Threading.Tasks.Task SetHighlightDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetHighlightIds(IReadOnlyList) Method

Asynchronously set the value of the HighlightIds property after render.

public System.Threading.Tasks.Task SetHighlightIds(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetInitialSize(Nullable) Method

Asynchronously set the value of the InitialSize property after render.

public System.Threading.Tasks.Task SetInitialSize(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetLayerItemId(string) Method

Asynchronously set the value of the LayerItemId property after render.

public System.Threading.Tasks.Task SetLayerItemId(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetLayers(IReadOnlyList) Method

Asynchronously set the value of the Layers property after render.

public System.Threading.Tasks.Task SetLayers(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Layers.Layer>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<Layer>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetLayerUrl(string) Method

Asynchronously set the value of the LayerUrl property after render.

public System.Threading.Tasks.Task SetLayerUrl(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetMaxSize(Nullable) Method

Asynchronously set the value of the MaxSize property after render.

public System.Threading.Tasks.Task SetMaxSize(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetMenuConfig(TableMenuConfig) Method

Asynchronously set the value of the MenuConfig property after render.

public System.Threading.Tasks.Task SetMenuConfig(dymaptic.GeoBlazor.Pro.Components.TableMenuConfig? value);

Parameters

value TableMenuConfig

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetMultipleSelectionDisabled(Nullable) Method

Asynchronously set the value of the MultipleSelectionDisabled property after render.

public System.Threading.Tasks.Task SetMultipleSelectionDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetMultipleSortEnabled(Nullable) Method

Asynchronously set the value of the MultipleSortEnabled property after render.

public System.Threading.Tasks.Task SetMultipleSortEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetMultipleSortPriority(Nullable) Method

Asynchronously set the value of the MultipleSortPriority property after render.

public System.Threading.Tasks.Task SetMultipleSortPriority(System.Nullable<dymaptic.GeoBlazor.Pro.Enums.FeatureTableMultipleSortPriority> value);

Parameters

value System.Nullable<FeatureTableMultipleSortPriority>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetNavigationScale(Nullable) Method

Asynchronously set the value of the NavigationScale property after render.

public System.Threading.Tasks.Task SetNavigationScale(System.Nullable<dymaptic.GeoBlazor.Pro.Enums.Scale> value);

Parameters

value System.Nullable<Scale>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetNoDataMessage(string) Method

Asynchronously set the value of the NoDataMessage property after render.

public System.Threading.Tasks.Task SetNoDataMessage(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetObjectIds(IReadOnlyList) Method

Asynchronously set the value of the ObjectIds property after render.

public System.Threading.Tasks.Task SetObjectIds(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.ObjectId>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<ObjectId>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetOutFields(IReadOnlyList) Method

Asynchronously set the value of the OutFields property after render.

public System.Threading.Tasks.Task SetOutFields(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetPageIndex(Nullable) Method

Asynchronously set the value of the PageIndex property after render.

public System.Threading.Tasks.Task SetPageIndex(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetPageSize(Nullable) Method

Asynchronously set the value of the PageSize property after render.

public System.Threading.Tasks.Task SetPageSize(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetPaginationEnabled(Nullable) Method

Asynchronously set the value of the PaginationEnabled property after render.

public System.Threading.Tasks.Task SetPaginationEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetRelatedRecordsEnabled(Nullable) Method

Asynchronously set the value of the RelatedRecordsEnabled property after render.

public System.Threading.Tasks.Task SetRelatedRecordsEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetReturnGeometryEnabled(Nullable) Method

Asynchronously set the value of the ReturnGeometryEnabled property after render.

public System.Threading.Tasks.Task SetReturnGeometryEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetReturnMEnabled(Nullable) Method

Asynchronously set the value of the ReturnMEnabled property after render.

public System.Threading.Tasks.Task SetReturnMEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetReturnZEnabled(Nullable) Method

Asynchronously set the value of the ReturnZEnabled property after render.

public System.Threading.Tasks.Task SetReturnZEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetRowHighlightIds(IReadOnlyList) Method

Asynchronously set the value of the RowHighlightIds property after render.

public System.Threading.Tasks.Task SetRowHighlightIds(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetShowLayerDropdown(Nullable) Method

Asynchronously set the value of the ShowLayerDropdown property after render.

public System.Threading.Tasks.Task SetShowLayerDropdown(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetSyncTemplateOnChangesDisabled(Nullable) Method

Asynchronously set the value of the SyncTemplateOnChangesDisabled property after render.

public System.Threading.Tasks.Task SetSyncTemplateOnChangesDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetTableDisabled(Nullable) Method

Asynchronously set the value of the TableDisabled property after render.

public System.Threading.Tasks.Task SetTableDisabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetTableTemplate(TableTemplate) Method

Asynchronously set the value of the TableTemplate property after render.

public System.Threading.Tasks.Task SetTableTemplate(dymaptic.GeoBlazor.Pro.Components.TableTemplate? value);

Parameters

value TableTemplate

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetTimeExtent(TimeExtent) Method

Asynchronously set the value of the TimeExtent property after render.

public System.Threading.Tasks.Task SetTimeExtent(dymaptic.GeoBlazor.Core.Components.TimeExtent? value);

Parameters

value TimeExtent

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SetTimeZone(string) Method

Asynchronously set the value of the TimeZone property after render.

public System.Threading.Tasks.Task SetTimeZone(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ShowAllColumns() Method

GeoBlazor Docs Makes all columns in the feature table visible.

public System.Threading.Tasks.Task ShowAllColumns();

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ShowColumn(string) Method

GeoBlazor Docs Makes the specified column visible in the feature table display.

public System.Threading.Tasks.Task ShowColumn(string fieldName);

Parameters

fieldName System.String

The field name of the column to show in the feature table.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.SortColumn(string, string) Method

GeoBlazor Docs Sorts the feature table by the specified column in the given direction.

public System.Threading.Tasks.Task SortColumn(string path, string direction);

Parameters

path System.String

The field path of the column to sort by in the feature table.

direction System.String

The sort direction, typically 'asc' for ascending or 'desc' for descending.

Returns

System.Threading.Tasks.Task

FeatureTableWidget.ValidateRequiredGeneratedChildren() Method

Validates source-generated child components.

public override void ValidateRequiredGeneratedChildren();

Implements ValidateRequiredGeneratedChildren()

FeatureTableWidget.ZoomToSelection() Method

GeoBlazor Docs Zooms the map view to the extent of the currently selected features in the table.

public System.Threading.Tasks.Task ZoomToSelection();

Returns

System.Threading.Tasks.Task