Skip to main content

CalendarClient.AllowGrouping Property

Gets or sets whether the calendar group items are displayed within the calendar.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowGrouping { get; set; }

Property Value

Type Description
Boolean

A Boolean value that toggles the visibility of the calendar group items.

Remarks

The following image demonstrates different kinds of calendar items.

CalendarClient Items

See Also