Back to Devexpress

ON.Simulator Property

maui-devexpress-dot-maui-dot-core-dot-on-9554303a.md

latest750 B
Original Source

ON.Simulator Property

Indicates whether the app is running on a simulator/emulator.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public static bool Simulator { get; }

Property Value

TypeDescription
Boolean

true if the app is running on a simulator/emulator; otherwise, false.

|

See Also

ON Class

ON Members

DevExpress.Maui.Core Namespace