dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
VisibleElementsColumnMenuItems Class
(Since 4.30) The menu items within the column menu.
ArcGIS Maps SDK for JavaScript
public class VisibleElementsColumnMenuItems : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 VisibleElementsColumnMenuItems
Constructors
VisibleElementsColumnMenuItems() Constructor
Parameterless constructor for use as a Razor Component.
public VisibleElementsColumnMenuItems();
VisibleElementsColumnMenuItems(Nullable, Nullable) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public VisibleElementsColumnMenuItems(System.Nullable<bool> sortAscending=null, System.Nullable<bool> sortDescending=null);
Parameters
sortAscending
System.Nullable<System.Boolean>
(Since 4.30) Indicates whether to display the Sort Ascending
menu item.
ArcGIS Maps SDK for JavaScript
sortDescending
System.Nullable<System.Boolean>
(Since 4.30) Indicates whether to display the Sort Descending
menu item.
ArcGIS Maps SDK for JavaScript
Properties
VisibleElementsColumnMenuItems.SortAscending Property
(Since 4.30) Indicates whether to display the Sort Ascending
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SortAscending { get; set; }
Property Value
System.Nullable<System.Boolean>
VisibleElementsColumnMenuItems.SortDescending Property
(Since 4.30) Indicates whether to display the Sort Descending
menu item.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SortDescending { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
VisibleElementsColumnMenuItems.GetSortAscending() Method
Asynchronously retrieve the current value of the SortAscending property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSortAscending();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsColumnMenuItems.GetSortDescending() Method
Asynchronously retrieve the current value of the SortDescending property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetSortDescending();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
VisibleElementsColumnMenuItems.SetSortAscending(Nullable) Method
Asynchronously set the value of the SortAscending property after render.
public System.Threading.Tasks.Task SetSortAscending(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
VisibleElementsColumnMenuItems.SetSortDescending(Nullable) Method
Asynchronously set the value of the SortDescending property after render.
public System.Threading.Tasks.Task SetSortDescending(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.