Back to Devexpress

TreeMapControl.ToolTipLeafPattern Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-fda4d36e.md

latest1.8 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue("{L}: {V}")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public string ToolTipLeafPattern { get; set; }
vb
<DefaultValue("{L}: {V}")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property ToolTipLeafPattern As String

Property Value

TypeDefaultDescription
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.

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

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace