TreeMapControl.GroupStyle Property
In This Article
OBSOLETE
Group
Returns the style of tree map group items.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.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 |
---|---|
Tree |
A Tree |
See Also