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

TreeMapControl.GroupStyle Property

OBSOLETE

GroupStyle is obsolete now, use Appearance.GroupStyle instead

Returns the style of tree map group items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

[Obsolete("GroupStyle is obsolete now, use Appearance.GroupStyle instead")]
[Browsable(false)]
public TreeMapItemGroupStyle GroupStyle { get; }

Property Value

Type Description
TreeMapItemGroupStyle

A TreeMapItemGroupStyle object.

See Also