Back to Devexpress

ON.Android Property

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

latest863 B
Original Source

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

csharp
public static bool Android { get; }

Property Value

TypeDescription
Boolean

true if the app is launched on a device running Android; otherwise, false.

|

Remarks

For more information, refer to the following help topic: ON.

See Also

ON Class

ON Members

DevExpress.Maui.Core Namespace