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

ISunburstDataAdapter Interface

The interface that a data provider class should implement.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

public interface ISunburstDataAdapter

The following members return ISunburstDataAdapter objects:

Remarks

This interface introduces the ISunburstDataAdapter.Items property that allows you to obtain sunburst items the data adapter provides.

See Also