GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
GroupColumn Class
The `GroupColumn` class works with the FeatureTable and provides the underlying logic for grouped column behavior. ArcGIS Maps SDK for JavaScript
public record GroupColumn : dymaptic.GeoBlazor.Pro.Model.Column, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.GroupColumn>
Inheritance System.Object 🡒 Column 🡒 GroupColumn
Implements System.IEquatable<GroupColumn>
Constructors
GroupColumn(Nullable, string, Nullable, string, string, Nullable, Nullable, string, string, Nullable, string, string, Nullable, string, Nullable, Nullable, string, FeatureTableVisibleElements, Nullable) Constructor
The `GroupColumn` class works with the FeatureTable and provides the underlying logic for grouped column behavior. ArcGIS Maps SDK for JavaScript
public GroupColumn(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? Icon, 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);
Parameters
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
Icon System.String
The string value indicating the icon displayed in the header cell of the column. 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