Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public ElementTheme RequestedTheme { get; set; }

Property Value

Type Description
Windows.UI.Xaml.ElementTheme

A Windows.UI.Xaml.ElementTheme enumeration value.

See Also