Click or drag to resize

DslGridWidget Class

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

Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWidget
    Casewhere.Runtime.DSLDslGridWidget

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

The DslGridWidget type exposes the following members.

Constructors
 NameDescription
Public methodDslGridWidgetInitializes a new instance of the DslGridWidget 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 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 propertyEnableHorizontalScrolling 
Public propertyEnableMultiColumnSorting 
Public propertyEnableRefresh Flag of the widget that indicates full text search is enable for this widget.
(Inherited from DslWidget)
Public propertyEnableSearchFieldCollapsible 
Public propertyEnableVerticalTableOnMobile 
Public propertyEnableVirtualization 
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 propertyRowHeight 
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