HTMLStyleColLabel Field | |
Standard Bootstrap style for label (col-sm-2)
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public const string StyleColLabel = "col-sm-2"
Public Const StyleColLabel As String = "col-sm-2"
Field Value
Type:
StringExamples
Can be expanded
string NewStyle = StyleColLabel + " control-label";
See Also