Back to Devexpress

CalendarProperties.FastNavProperties Property

aspnet-devexpress-dot-web-dot-calendarproperties-251104f1.md

latest1.6 KB
Original Source

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

Use the FastNavProperties property to access and customize settings that affect the appearance and behavior of the calendar’s dropdown fast navigation panel.

Note

The FastNavProperties property synchronizes its value with the calendar’s ASPxCalendar.FastNavProperties property.

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace