Click or drag to resize

DslListWidget Class

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

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidget
    Casewhere.Runtime.DSLDslListWidget

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

The DslListWidget type exposes the following members.

Constructors
 NameDescription
Public methodDslListWidgetInitializes a new instance of the DslListWidget class
Top
Properties
 NameDescription
Public propertyActions List of actions that associated with the widget
(Inherited from DslWidget)
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 propertyDisplayType 
Public propertyEmptyMessage 
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 propertyEnableSearchFieldCollapsible 
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 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