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

TreeMapGroupDefinition.NullValueGroupHeader Property

Gets or sets the Group Header text for the null (Nothing in Visual Basic) value of the group data member.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public string NullValueGroupHeader { get; set; }

Property Value

Type Description
String

The Group Header text.

See Also