layout: default title: CreatePopupTemplateOptions parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
CreatePopupTemplateOptions Class
Options for creating the PopupTemplate.
public class CreatePopupTemplateOptions
Inheritance System.Object 🡒 CreatePopupTemplateOptions
Properties
CreatePopupTemplateOptions.IgnoreFieldTypes Property
An array of field types to ignore when creating the popup. System fields such as Shape_Area and Shape_length, in
addition to geometry, blob, raster, guid and xml field types are automatically ignored.
public string[]? IgnoreFieldTypes { get; set; }
Property Value
CreatePopupTemplateOptions.VisibleFieldNames Property
An array of field names set to be visible within the PopupTemplate.
public System.Collections.Generic.HashSet<string>? VisibleFieldNames { get; set; }