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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
See Also