PagePropertiesBootConsoleTemplate_aspx_ColumnWidths Property |
A semi-colon separated list column widths. Each width may be an integer Bootstrap grid column count between 1 and 12, or one or more Bootstrap grid column classes (e.g. "col-md-8 col-sm-12").
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string BootConsoleTemplate_aspx_ColumnWidths { get; }
ReadOnly Property BootConsoleTemplate_aspx_ColumnWidths As String
Get
Property Value
Type:
StringA semi-colon separated list column widths. Each width may be an integer Bootstrap grid column count between 1 and 12, or one or more Bootstrap grid column classes (e.g. "col-md-8 col-sm-12").
See Also