Back to Devexpress

MVCxCalendar.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxcalendar.md

latest1.4 KB
Original Source

MVCxCalendar.Properties Property

Provides access to the settings which are specific to the current editor type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
CalendarProperties

An object containing editor type specific settings.

|

Remarks

For internal use only. Use the CalendarSettings.Properties property instead.

See Also

Calendar

CalendarFor

MVCxCalendar Class

MVCxCalendar Members

DevExpress.Web.Mvc Namespace