Skip to content

PropertyItemsData.AdditionalItems property

List of additional items that are not directly included in the form / columns. These usually include join key fields.

public List<PropertyItem>? AdditionalItems { get; set; }

See Also