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

DashboardLayoutGroup.ContextMenuTemplate Property

Gets or sets a context menu template for the DashboardLayoutGroup elements.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v18.2.dll

Declaration

public DataTemplate ContextMenuTemplate { get; set; }

Property Value

Type Description
DataTemplate

A object that specifies the data template used to render the dashboard item context menu.

See Also