Table of Contents

Class UiDetailTableInfo

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Information about a detail grid UI.

public class UiDetailTableInfo
Inheritance
UiDetailTableInfo
Inherited Members
Extension Methods

Properties

Grid

The detail grid.

public GroupGrid Grid { get; set; }

Property Value

GroupGrid

ParentTableDef

The parent table definition.

public TableDef ParentTableDef { get; set; }

Property Value

TableDef

Table

The table.

public MemTable Table { get; set; }

Property Value

MemTable

TableDef

The table definition.

public TableDef TableDef { get; set; }

Property Value

TableDef