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

DockableTitleCollectionBase Class

Serves as the base class for classes that represent collections of DockableTitle class descendants.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class DockableTitleCollectionBase :
    ChartCollectionBase

Remarks

The DockableTitleCollectionBase class represents the base type, from which other collections used to manipulate particular types of items are derived. The DockableTitleCollectionBase class implements all the common functionality, and exposes a number of common methods, but it can’t be created directly.

See Also