Click or drag to resize

DslTabContainerWidget Class

[Missing <summary> documentation for "T:Casewhere.Runtime.DSL.DslTabContainerWidget"]

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidget
    Casewhere.Runtime.DSLDslTabContainerWidget

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslTabContainerWidget : DslWidget

The DslTabContainerWidget type exposes the following members.

Constructors
 NameDescription
Public methodDslTabContainerWidgetInitializes a new instance of the DslTabContainerWidget class
Top
Properties
 NameDescription
Public propertyActions List of actions that associated with the widget
(Inherited from DslWidget)
Public propertyBorderVisible 
Public propertyCollapsible Flag of the widget that indicates widget is collapsible or not.
(Inherited from DslWidget)
Public propertyDataSourceId DataSourceId specifies data source which the widget depend on.
(Inherited from DslWidget)
Public propertyEnableFiltering Flag of the widget that indicates filtering is enable for this widget.
(Inherited from DslWidget)
Public propertyEnableFullTextSearch Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Public propertyEnableRefresh Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Public propertyHeight Height of the widget.
(Inherited from DslWidget)
Public propertyId Identifier of the widget.
(Inherited from DslWidget)
Public propertyModes
(Inherited from DslWidget)
Public propertyName Name of the widget.
(Inherited from DslWidget)
Public propertyProductId ProductId specifies product which the widget depend on.
(Inherited from DslWidget)
Public propertyProjectFields List of fields that projected on the widget.
(Inherited from DslWidget)
Public propertyQuery Query script of the widget.
(Inherited from DslWidget)
Public propertyRequireCaseContext Flag of the widget that indicates widget required case context or not.
(Inherited from DslWidget)
Public propertyReusable Flag of the widget that indicates widget is reusable or not.
(Inherited from DslWidget)
Public propertyRowTemplate
(Inherited from DslWidget)
Public propertyShowInPanel Flag of the widget that indicates widget is shown in panel or not.
(Inherited from DslWidget)
Public propertyTabs 
Public propertyTags The tags are attached to a widget
(Inherited from DslWidget)
Public propertyTitle Title of the widget
(Inherited from DslWidget)
Public propertyType
(Overrides DslWidgetType)
Top
See Also