Click or drag to resize

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
)

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: Boolean
True if a breakpoint was specified, else false.
See Also