Back to Devexpress

KnownDateCollection Class

corelibraries-devexpress-dot-xtracharts-55ad1e78.md

latest1.8 KB
Original Source

KnownDateCollection Class

Represents the collection of dates.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class KnownDateCollection :
    ChartCollectionBase
vb
Public Class KnownDateCollection
    Inherits 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

Object CollectionBase ChartCollectionBase KnownDateCollection

See Also

KnownDateCollection Members

KnownDate

DevExpress.XtraCharts Namespace