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

SunburstItemGroupInfo.MaxGroupLevel Property

Returns the maximum nesting level within the Sunburst control.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public readonly int MaxGroupLevel { get; }

Property Value

Type Description
Int32

The maximum nesting level within the Sunburst control.

See Also