Back to Devexpress

SchedulerControl.ActualGroupType Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dedc306c.md

latest2.2 KB
Original Source

SchedulerControl.ActualGroupType Property

Gets the actual grouping applied to the Scheduler. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public SchedulerGroupType ActualGroupType { get; }
vb
Public ReadOnly Property ActualGroupType As SchedulerGroupType

Property Value

TypeDescription
SchedulerGroupType

A SchedulerGroupType enumeration value indicating the grouping type.

|

Available values:

NameDescription
None

No grouping is applied.

| | Date |

Grouping by dates. Appointments are grouped by dates.

| | Resource |

Grouping by resources. Appointments are grouped by resources.

|

Remarks

Use the ActualGroupType property to check the grouping type currently applied to the SchedulerControl. The grouping is defined by the SchedulerControl.GroupType property. If it is set to SchedulerGroupType.Date or SchedulerGroupType.Resource when no resources are provided, the ActualGroupType property returns SchedulerGroupType.None. In other cases, the ActualGroupType property value matches the SchedulerControl.GroupType value.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace