Back to Devexpress

TreeMapCustomItem.GroupStyle Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcustomitem.md

latest1.3 KB
Original Source

TreeMapCustomItem.GroupStyle Property

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TreeMapItemGroupStyle GroupStyle { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property GroupStyle As TreeMapItemGroupStyle

Property Value

TypeDescription
TreeMapItemGroupStyle

A TreeMapItemGroupStyle object.

|

See Also

TreeMapCustomItem Class

TreeMapCustomItem Members

DevExpress.XtraTreeMap Namespace