GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ActionColumn Class
The ActionColumn class works with the FeatureTable and is designed specifically for displaying a singular Calcite Action component for each row in the table. ArcGIS Maps SDK for JavaScript
public record ActionColumn : dymaptic.GeoBlazor.Pro.Model.Column, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ActionColumn>
Inheritance System.Object 🡒 Column 🡒 ActionColumn
Implements System.IEquatable<ActionColumn>
Constructors
ActionColumn(string, Nullable, string, Nullable, string, string, Nullable, Nullable, string, Nullable, string, string, Nullable, string, Nullable, Nullable, string, FeatureTableVisibleElements, Nullable, ActionColumnDisabledFunction, Nullable, ActionColumnCallback) Constructor
The ActionColumn class works with the FeatureTable and is designed specifically for displaying a singular Calcite Action component for each row in the table. ArcGIS Maps SDK for JavaScript
public ActionColumn(string? Icon, System.Nullable<bool> AutoWidth, string? Description, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SortDirection> Direction, string? EffectiveDescription, string? EffectiveLabel, System.Nullable<double> FlexGrow, System.Nullable<bool> Hidden, string? IconText, System.Nullable<bool> Invalid, string? Label, string? LabelTooltipText, System.Nullable<bool> Sortable, string? TableTimeZone, System.Nullable<dymaptic.GeoBlazor.Core.Enums.TextAlign> TextAlign, System.Nullable<bool> TextWrap, string? TimeZone, dymaptic.GeoBlazor.Pro.Components.FeatureTableVisibleElements? VisibleElements, System.Nullable<double> Width, dymaptic.GeoBlazor.Pro.Functions.ActionColumnDisabledFunction? ActionColumnDisabledFunctionDisabled=null, System.Nullable<bool> BoolDisabled=null, dymaptic.GeoBlazor.Pro.Functions.ActionColumnCallback? Callback=null);
Parameters
Icon
System.String
Icon used by each action. default “pencil” ArcGIS Maps SDK for JavaScript
AutoWidth
System.Nullable<System.Boolean>
Indicates if the column width will automatically adjust to account for large content. default false ArcGIS Maps SDK for JavaScript
Description
System.String
Contains information describing the purpose of each column. ArcGIS Maps SDK for JavaScript
Direction
System.Nullable<SortDirection>
Controls the sort order of the column. ArcGIS Maps SDK for JavaScript
EffectiveDescription
System.String
The sanitized description string, describing the purpose of each column. ArcGIS Maps SDK for JavaScript
EffectiveLabel
System.String
The sanitized label string safe for display in the header cell. ArcGIS Maps SDK for JavaScript
FlexGrow
System.Nullable<System.Double>
Controls the flex-grow property for the column. default 1 ArcGIS Maps SDK for JavaScript
Hidden
System.Nullable<System.Boolean>
Indicates whether the column is visible. default false ArcGIS Maps SDK for JavaScript
IconText
System.String
The string value displayed when hovering over the associated icon displayed in the header cell of the column. ArcGIS Maps SDK for JavaScript
Invalid
System.Nullable<System.Boolean>
Indicates whether the column is in an invalid state. default undefined ArcGIS Maps SDK for JavaScript
Label
System.String
The default label displayed in the column header cell. ArcGIS Maps SDK for JavaScript
LabelTooltipText
System.String
Text displayed when hovering over the column header label. ArcGIS Maps SDK for JavaScript
Sortable
System.Nullable<System.Boolean>
Indicates whether the column is sortable. default false ArcGIS Maps SDK for JavaScript
TableTimeZone
System.String
The timeZone of the parent table widget. ArcGIS Maps SDK for JavaScript
TextAlign
System.Nullable<TextAlign>
Aligns the columns cell content horizontally. default “start” ArcGIS Maps SDK for JavaScript
TextWrap
System.Nullable<System.Boolean>
Indicates cell content should be wrapped and displayed on multiple lines within the cell. default false ArcGIS Maps SDK for JavaScript
TimeZone
System.String
The storage IANA time zone of the column. ArcGIS Maps SDK for JavaScript
VisibleElements
FeatureTableVisibleElements
The visible elements of the column’s associated FeatureTable. ArcGIS Maps SDK for JavaScript
Width
System.Nullable<System.Double>
Width of the column in pixels. default 200 ArcGIS Maps SDK for JavaScript
ActionColumnDisabledFunctionDisabled
ActionColumnDisabledFunction
Indicates if the action should appear disabled. default null ArcGIS Maps SDK for JavaScript
BoolDisabled
System.Nullable<System.Boolean>
Indicates if the action should appear disabled. default null ArcGIS Maps SDK for JavaScript
Callback
ActionColumnCallback(object)
Function invoked when an individual action is clicked or pressed. ArcGIS Maps SDK for JavaScript
Properties
ActionColumn.ActionColumnDisabledFunctionDisabled Property
Indicates if the action should appear disabled. default null ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Functions.ActionColumnDisabledFunction? ActionColumnDisabledFunctionDisabled { get; init; }
Property Value
ActionColumn.BoolDisabled Property
Indicates if the action should appear disabled. default null ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> BoolDisabled { get; init; }
Property Value
System.Nullable<System.Boolean>
ActionColumn.Callback Property
Function invoked when an individual action is clicked or pressed. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Functions.ActionColumnCallback? Callback { get; init; }