Back to Devexpress

WorkTimeRuleCollection Class

wpf-devexpress-dot-xpf-dot-charts-3549af1d.md

latest1.9 KB
Original Source

WorkTimeRuleCollection Class

A collection of WorkTimeRule objects.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class WorkTimeRuleCollection :
    ChartElementCollection<WorkTimeRule>
vb
Public Class WorkTimeRuleCollection
    Inherits ChartElementCollection(Of WorkTimeRule)

The following members return WorkTimeRuleCollection objects:

Inheritance

Object Collection<WorkTimeRule> ObservableCollection<WorkTimeRule> ChartDependencyObjectCollection<WorkTimeRule> ChartElementCollection<WorkTimeRule> WorkTimeRuleCollection

See Also

WorkTimeRuleCollection Members

Work Time and Workday Configuration

DevExpress.Xpf.Charts Namespace