Table of Contents

Interface IDevice

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

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

public interface IDevice

Properties

HasLargeScreenWidth

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

bool HasLargeScreenWidth { get; }

Property Value

bool

HasSmallScreenWidth

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

bool HasSmallScreenWidth { get; }

Property Value

bool

ResponsiveBreakpoint

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

ResponsiveBreakpoint ResponsiveBreakpoint { get; }

Property Value

ResponsiveBreakpoint