Back to Devexpress

TreeMapControl.LeafTextPattern Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-036bd55d.md

latest1.7 KB
Original Source

TreeMapControl.LeafTextPattern Property

Gets or sets the text pattern that the TreeMap control uses to generate the 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}")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public string LeafTextPattern { get; set; }
vb
<DefaultValue("{L}")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property LeafTextPattern As String

Property Value

TypeDefaultDescription
String"{L}"

The text pattern that the TreeMap control uses to generate the 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