Skip to main content
A newer version of this page is available. .

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.v20.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