Skip to main content

CalendarBase.StyleSettings Property

Gets or sets the object that defines the calendar’s appearance and behavior. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICalendarStyleSettings StyleSettings { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.ICalendarStyleSettings

A DevExpress.UI.Xaml.Scheduler.ICalendarStyleSettings object.

See Also