Back to Devexpress

TreeMapCustomItem.LeafStyle Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcustomitem-14872a5c.md

latest1.3 KB
Original Source

TreeMapCustomItem.LeafStyle Property

Returns the style that will be applied to the item if it is a leaf.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapItemLeafStyle LeafStyle { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property LeafStyle As TreeMapItemLeafStyle

Property Value

TypeDescription
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

|

See Also

TreeMapCustomItem Class

TreeMapCustomItem Members

DevExpress.XtraTreeMap Namespace