Skip to main content

CalendarClient.ItemStyle Property

Gets or sets the style applied to the CalendarItem 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 ItemStyle { get; set; }

Property Value

Type Description
Style

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

Remarks

The following image demonstrates different kinds of calendar items.

CalendarClient Items

See Also