Skip to main content

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public string NullValueGroupHeader { get; set; }

Property Value

Type Description
String

The Group Header text.

See Also