TreeMapControl.LeafStyle Property
In This Article
OBSOLETE
Leaf
Returns the style of leaf tree map items.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("LeafStyle is obsolete now, use Appearance.LeafStyle instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TreeMapItemLeafStyle LeafStyle { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also