Click or drag to resize

DashboardWidgetColumns Property

Gets or sets widget size

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInLabelAttribute("Columns")]
[AddInParameterAttribute("CustomColumns")]
[AddInParameterOrderAttribute(0)]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "")]
public virtual int Columns { get; set; }

Property Value

Type: Int32
Remarks
The size set on widget via class name "col-md-" + Size
See Also