ON.Android Property
Indicates whether the app is launched on a device running Android.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public static bool Android { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
For more information, refer to the following help topic: ON.
See Also