MapperUtilsResponsiveListBreakpoints Method |
Determines whether or not a list pivot breakpoint was specified, and if it was, constructs lists of classes
to apply to elements that should be hidden when the list is pivoted vs. those that should be hidden when un-pivoted.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool ResponsiveListBreakpoints(
IAppContext cxt,
out string hiddenWhenPivotedClasses,
out string hiddenWheUnpivotedClasses
)
Public Shared Function ResponsiveListBreakpoints (
cxt As IAppContext,
<OutAttribute> ByRef hiddenWhenPivotedClasses As String,
<OutAttribute> ByRef hiddenWheUnpivotedClasses As String
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - hiddenWhenPivotedClasses
- Type: SystemString
The list of classes that shuld be hidden when the list is pivoted. - hiddenWheUnpivotedClasses
- Type: SystemString
The list of classes that shuld be hidden when the list is un-pivoted.
Return Value
Type:
BooleanTrue if a breakpoint was specified, else false.
See Also