Table of Contents

Class UiTableInfo

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

UI information regarding a single-row TableDef in an ItemPage form.

public class UiTableInfo
Inheritance
UiTableInfo
Inherited Members
Extension Methods

Properties

DetailList

Visible multi-row detail tables associated with this table tree.

public List<UiDetailTableInfo> DetailList { get; }

Property Value

List<UiDetailTableInfo>

FieldList

FieldDef to Avalonia.Controls.Control association list, for top tables and IsOneToOne = true single-row detail tables.

public List<UiFieldInfo> FieldList { get; set; }

Property Value

List<UiFieldInfo>

OneToOneList

Visible one-to-one detail tables associated with this table tree.

public List<UiTableInfo> OneToOneList { get; }

Property Value

List<UiTableInfo>

Table

The table.

public MemTable Table { get; set; }

Property Value

MemTable

TableDef

The table definition.

public TableDef TableDef { get; set; }

Property Value

TableDef