API Reference
Class
BootStrapTableStyleExtensions
Extension helpers for BootStrapTableStyle collections.
Inheritance
- Object
- BootStrapTableStyleExtensions
Methods
public static String BuildTableStyles(IEnumerable<BootStrapTableStyle> styles) #Returns:
StringConverts the style flags to the corresponding CSS class string.
Parameters
- styles System.Collections.Generic.IEnumerable{HtmlForgeX.BootStrapTableStyle}
- Styles to convert.
Returns
A string with space separated CSS class names.