Back to Devexpress

HierarchicalChartControlBase.ToolTipGroupPattern Property

wpf-devexpress-dot-xpf-dot-treemap-dot-hierarchicalchartcontrolbase-37e6eb7b.md

latest1.9 KB
Original Source

HierarchicalChartControlBase.ToolTipGroupPattern Property

Specifies a tooltip text pattern for group items.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public string ToolTipGroupPattern { get; set; }
vb
Public Property ToolTipGroupPattern As String

Property Value

TypeDescription
String

A tooltip text pattern for group items.

|

Remarks

A tooltip pattern for group items (items that have sub-items) can contain plain text, special placeholders, and format specifiers. The table below lists the placeholders you can use in patterns:

PlaceholderDescription
{L}Displays a group item label.
{V}Displays a group item value.

The following example specifies the ToolTipGroupPattern property to show a label and a value with two signs after a comma:

xaml
<dxtm:SunburstControl ToolTipEnabled="True" ToolTipGroupPattern="{}{L}:{V:F2}">
   <!--...-->
</dxtm:SunburstControl>

See Also

TreeMap Control tooltips

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.Xpf.TreeMap Namespace