Back to Devexpress

CalendarSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-calendarsettings-cf238ab7.md

latest1.7 KB
Original Source

CalendarSettings.Properties Property

Provides access to the settings which are specific to the Calendar editor.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxCalendarProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxCalendarProperties

Property Value

TypeDescription
MVCxCalendarProperties

An MVCxCalendarProperties object containing the Calendar specific settings.

|

Remarks

Use this property to get access to the Calendar specific settings. To access all the Calendar settings, use the members exposed by the CalendarSettings class.

See Also

Calendar

CalendarSettings

CalendarSettings Members

DevExpress.Web.Mvc Namespace