| 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; }
<AddInLabelAttribute("Max records")>
<AddInParameterAttribute("MaxRecords")>
<AddInParameterGroupAttribute("")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "allowNegativeValues=false;maxValue=500;")>
Public Property MaxRecords As Integer
Get
Set
Property Value
Type:
Int32See Also