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

TreeMapCustomItem.LeafStyle Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapItemLeafStyle LeafStyle { get; }

Property Value

Type Description
TreeMapItemLeafStyle

A TreeMapItemLeafStyle object.

See Also