Click or drag to resize

SqlGridWidgetMaxRecords Property

Gets or sets sql query

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInLabelAttribute("Max records")]
[AddInParameterAttribute("MaxRecords")]
[AddInParameterGroupAttribute("")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "allowNegativeValues=false;maxValue=500;")]
public int MaxRecords { get; set; }

Property Value

Type: Int32
See Also