Skip to main content

ContextMenu.Header Property

Gets or sets the menu header. This is a dependency property.

Namespace: DevExpress.UI.Xaml

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public string Header { get; set; }

#Property Value

Type Description
String

A string value that represents the menu header.

#Remarks

Context Menu header

See Also