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

TreeMapCustomItem.GroupStyle Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapItemGroupStyle GroupStyle { get; }

Property Value

Type Description
TreeMapItemGroupStyle

A TreeMapItemGroupStyle object.

See Also