IPresentationFormatterGetColumnOffsetClassNameBase Method
|
Gets the prefix of CSS class name for offsets on columns
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string GetColumnOffsetClassNameBase(
EnumLayoutRowGridsWrap wrapLevel
)
Function GetColumnOffsetClassNameBase (
wrapLevel As EnumLayoutRowGridsWrap
) As String
String^ GetColumnOffsetClassNameBase(
EnumLayoutRowGridsWrap wrapLevel
)
abstract GetColumnOffsetClassNameBase :
wrapLevel : EnumLayoutRowGridsWrap -> string
Parameters
- wrapLevel
- Type: Ingeniux.CMS.EnumsEnumLayoutRowGridsWrap
[Missing <param name="wrapLevel"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationFormatter.GetColumnOffsetClassNameBase(Ingeniux.CMS.Enums.EnumLayoutRowGridsWrap)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationFormatter.GetColumnOffsetClassNameBase(Ingeniux.CMS.Enums.EnumLayoutRowGridsWrap)"]
See Also