Class UiFieldInfo
public class UiFieldInfo
- Inheritance
-
UiFieldInfo
- Inherited Members
- Extension Methods
Properties
Control
The control.
public Control Control { get; set; }
Property Value
- Control
FieldDef
The field definition.
public FieldDef FieldDef { get; set; }
Property Value
FieldName
The field name.
public string FieldName { get; set; }
Property Value
Table
The table.
public MemTable Table { get; set; }
Property Value
TableDef
The table definition.
public TableDef TableDef { get; set; }