Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("GroupStyle is obsolete now, use Appearance.GroupStyle instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TreeMapItemGroupStyle GroupStyle { get; }

Property Value

Type Description
TreeMapItemGroupStyle

A TreeMapItemGroupStyle object.

See Also