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

KnownDateCollection Class

Represents the collection of dates.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class KnownDateCollection :
    ChartCollectionBase

The following members return KnownDateCollection objects:

Remarks

The KnownDateCollection class represents the collection of KnownDate objects.

An object of the KnownDateCollection type is returned by the WorkdaysOptions.Holidays and WorkdaysOptions.ExactWorkdays properties.

Inheritance

See Also