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

TreeMapControl.ToolTipLeafPattern Property

Gets or sets the text pattern that the TreeMap Control uses to generate the tooltip text for the tree map leafs.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[DefaultValue("{L}: {V}")]
public string ToolTipLeafPattern { get; set; }

Property Value

Type Default Description
String "{L}: {V}"

The text pattern that the TreeMap Control uses to generate the tooltip text for the tree map leafs.

Remarks

The following placeholders are supported.

Placeholder Description
{L} Displays a tree map item label.
{V} Displays a tree map item value. Note that these values can be formatted using format specifiers.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ToolTipLeafPattern property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also