Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The TableWidget class is used to set up the TableWidget component.
To activate manually the TableWidget component in development environment object inspector, set True to the Active property.
Class to get analog of the TableWidget class:
None;
Class to get analog of the TableWidget class object:
TableWidgetClass;
Property name | Brief description | |
Source | The Source property determines data source for the TableWidget component. |
Property name | Brief description | |
Active | The Active property determines whether component is active. | |
NavBar | The NavBar property determines component which will be used to display visually the tabs. | |
Pads | The Pads property returns collections of tabs available for selected source. |
Property name | Brief description | |
The ComponentCount property returns number of child components. | ||
The Components property returns a child component. | ||
The Data property is used to store any custom data. | ||
The Name property determines component name. | ||
The Tag property is not used by the compiler. User can change the value of the property and use it at his own discretion. |
See also: