Back to Devexpress

TreeMapControl.GroupStyle Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-b9cb2305.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("GroupStyle is obsolete now, use Appearance.GroupStyle instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public TreeMapItemGroupStyle GroupStyle { get; }
vb
<Obsolete("GroupStyle is obsolete now, use Appearance.GroupStyle instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property GroupStyle As TreeMapItemGroupStyle

Property Value

TypeDescription
TreeMapItemGroupStyle

A TreeMapItemGroupStyle object.

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace