GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

RelationshipColumn Class

The `RelationshipColumn` class works with the FeatureTable to display any associated related records for each feature in the table. ArcGIS Maps SDK for JavaScript

public record RelationshipColumn : dymaptic.GeoBlazor.Pro.Model.Column, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.RelationshipColumn>

Inheritance System.Object 🡒 Column 🡒 RelationshipColumn

Implements System.IEquatable<RelationshipColumn>

Constructors

RelationshipColumn(string, Nullable, string, Nullable, string, string, Nullable, Nullable, string, Nullable, string, string, Nullable, string, Nullable, Nullable, string, FeatureTableVisibleElements, Nullable, Nullable) Constructor

The `RelationshipColumn` class works with the FeatureTable to display any associated related records for each feature in the table. ArcGIS Maps SDK for JavaScript

public RelationshipColumn(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, System.Nullable<bool> Collapsed=null);

Parameters

Icon System.String

The Calcite Icon displayed within the FeatureTable header for the attachments column. default “link” 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>

Default width of the relationship column in pixels. default “200px” ArcGIS Maps SDK for JavaScript

Collapsed System.Nullable<System.Boolean>

Indicates whether the column displays collapsed. default false ArcGIS Maps SDK for JavaScript

Properties

RelationshipColumn.Collapsed Property

Indicates whether the column displays collapsed. default false ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Collapsed { get; init; }

Property Value

System.Nullable<System.Boolean>