Skip to main content

CalendarClient.GroupItemStyle Property

Gets or sets the style applied to the CalendarGroupItem objects contained within the current CalendarClient. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Style GroupItemStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the calendar group item’s style.

Remarks

The following image demonstrates different kinds of calendar items.

CalendarClient Items

See Also