Class DslGridWidget
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll
public class DslGridWidget : DslWidget
Inheritance
object ← DslWidget ← DslGridWidget
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
EnableHorizontalScrolling
public bool EnableHorizontalScrolling { get; set; }
Property Value
EnableMultiColumnSorting
public bool EnableMultiColumnSorting { get; set; }
Property Value
EnableSearchFieldCollapsible
public bool EnableSearchFieldCollapsible { get; set; }
Property Value
EnableVerticalTableOnMobile
public bool EnableVerticalTableOnMobile { get; set; }
Property Value
EnableVirtualization
public bool EnableVirtualization { get; set; }
Property Value
RowHeight
public int RowHeight { get; set; }
Property Value
Type
Type of the widget.
public override string Type { get; }