Skip to main content

ContextMenu.Content Property

Gets or sets the UI element that represents the context menu. This is a dependency property.

Namespace: DevExpress.UI.Xaml

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

A Windows.UI.Xaml.UIElement descendant or Windows.UI.Xaml.DataTemplate instance.

See Also