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
public static bool Simulator { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also