Back to Devexpress

ASPxCalendar.FastNavProperties Property

aspnet-devexpress-dot-web-dot-aspxcalendar-54c265ca.md

latest1.3 KB
Original Source

ASPxCalendar.FastNavProperties Property

Gets the settings of the calendar’s dropdown fast navigation panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavProperties FastNavProperties { get; }
vb
Public ReadOnly Property FastNavProperties As CalendarFastNavProperties

Property Value

TypeDescription
CalendarFastNavProperties

A CalendarFastNavProperties object that contains the fast navigation panel’s settings.

|

Remarks

This property is a wrapper of the CalendarProperties.FastNavProperties property.

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace