Click or drag to resize

ControlDataTable Properties

The ControlDataTable type exposes the following members.

Properties
 NameDescription
Public propertyAggregateInterval Relative TimeSpan used when requesting an aggregate value. See documentation on Relative TimeSpans for more details. Default value is null. If null and AggregateKind are both null or empty, raw data is used rather than processed data.
Public propertyAggregateKind Name of aggregate to use when requesting an aggregate value. Default value is null. If null and AggregateInterval are both null or empty, raw data is used rather than processed data.
Public propertyHeight Height of control in pixels.
Public propertyIsVisible Visibility of control. Default value is true.
Public propertyKind Kind of control.
(Inherited from ControlBase)
Public propertyName Control name that is unique within the owning screen. Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase)
Public propertyOnClick Name of a method defined in the screen script that will be invoked when the client clicks on a control. Method must have same signature as EventDelegatesOnClick. Default value is null.
Public propertyParent Parent of the control.
(Inherited from ControlBase)
Public propertyRefreshInterval Amount of delay between data updates.
Public propertyRowCount Total number of rows that will be displayed.
Public propertyScreen Screen the control resides in.
(Inherited from ControlBase)
Public propertySourceTags Source tags used by data table to determine tvq data that will be displayed.
Public propertyTemplateId Id used to find sibling controls within a template. All siblings will have the same id. Default value is null.
(Inherited from ControlBase)
Public propertyTimeEnd End of time range used to determine what tvq data to display. If no value is set, "Now" is assumed. The "TimeStart" property is determined by a combination of AggregateInterval and RowCount.
Public propertyValues Data from SourceTags that will be displayed.
Public propertyWidth Width of control in pixels.
Public propertyX X position of a control relative to its parent in pixels.
Public propertyY Y position of a control relative to its parent in pixels.
Top
See Also