ICMSPageRenderingTemplateIsMobile Property
|
Gets whether this template is for a mobile device. When the user agent is not specified, this will be the fallback template for all mobile devices.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ReadOnly Property IsMobile As Boolean
Get
property bool IsMobile {
bool get ();
}
abstract IsMobile : bool with get
Property Value
Type:
BooleanSee Also