KnownDateCollection Class
In This Article
Represents the collection of dates.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class KnownDateCollection :
ChartCollectionBase
#Related API Members
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
Object
CollectionBase
ChartCollectionBase
KnownDateCollection
See Also