Skip to main content

CalendarClient.GroupingHeight Property

Gets or sets the height of the CalendarGroupItem objects. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public double GroupingHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the height of the calendar group items.

Remarks

The following image demonstrates different kinds of calendar items.

CalendarClient Items

See Also