Skip to main content
ON

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ThemeManager.UseAndroidSystemColor Property

Gets or sets whether the application should use the system’s main color as the seed color for a theme of DevExpress .NET MAUI Controls. This property works only on Android OS.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

#Declaration

C#
public static bool UseAndroidSystemColor { get; set; }

#Property Value

Type Description
Boolean

true if application should use the system’s main color; otherwise, false.

See Also