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

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

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