Table of Contents

Class DslGridWidget

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

public class DslGridWidget : DslWidget

Inheritance

objectDslWidgetDslGridWidget

Inherited Members

DslWidget.GetWidgetType(string), DslWidget.Id, DslWidget.Name, DslWidget.Title, DslWidget.ProductId, DslWidget.RequireCaseContext, DslWidget.ShowInPanel, DslWidget.Collapsible, DslWidget.Reusable, DslWidget.Height, DslWidget.EnableFiltering, DslWidget.EnableFullTextSearch, DslWidget.EnableRefresh, DslWidget.Actions, DslWidget.DataSourceId, DslWidget.Query, DslWidget.ProjectFields, DslWidget.Modes, DslWidget.RowTemplate, DslWidget.Type, DslWidget.Tags, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DslGridWidget>(DslGridWidget)

Constructors

DslGridWidget()

public DslGridWidget()

Properties

EmptyMessage

public string EmptyMessage { get; set; }

Property Value

string

EnableHorizontalScrolling

public bool EnableHorizontalScrolling { get; set; }

Property Value

bool

EnableMultiColumnSorting

public bool EnableMultiColumnSorting { get; set; }

Property Value

bool

EnableSearchFieldCollapsible

public bool EnableSearchFieldCollapsible { get; set; }

Property Value

bool

EnableVerticalTableOnMobile

public bool EnableVerticalTableOnMobile { get; set; }

Property Value

bool

EnableVirtualization

public bool EnableVirtualization { get; set; }

Property Value

bool

RowHeight

public int RowHeight { get; set; }

Property Value

int

Type

Type of the widget.

public override string Type { get; }

Property Value

string