Skip to main content

ContextMenu.RequestedTheme Property

Gets or sets the theme that should be used for the menu content specified by the ContextMenu.Content property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ElementTheme RequestedTheme { get; set; }

Property Value

Type Description
Windows.UI.Xaml.ElementTheme

A Windows.UI.Xaml.ElementTheme enumeration value.

See Also