A newer version of this page is available.
Switch to the current version.
SchedulerControl.ActualGroupType Property
Gets the actual grouping applied to the Scheduler. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public SchedulerGroupType ActualGroupType { get; }
Public ReadOnly Property ActualGroupType As SchedulerGroupType
Property Value
Type | Description |
---|---|
SchedulerGroupType | A SchedulerGroupType enumeration value indicating the grouping type. |
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
Feedback