Table of Contents

Class Device

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the device (computer, tablet, phone, etc.) on which the application is running.

public static class Device
Inheritance
Device
Inherited Members

Properties

HasLargeScreenWidth

Gets a value indicating whether the device has a large screen width.

public static bool HasLargeScreenWidth { get; }

Property Value

bool

HasSmallScreenWidth

Gets a value indicating whether the device has a small screen width.

public static bool HasSmallScreenWidth { get; }

Property Value

bool

ResponsiveBreakpoint

Gets the responsive breakpoint of the current client area of the device.

public static ResponsiveBreakpoint ResponsiveBreakpoint { get; }

Property Value

ResponsiveBreakpoint