Back to Devexpress

ASPxCalendar.FastNavItemStyle Property

aspnet-devexpress-dot-web-dot-aspxcalendar-3daa4c94.md

latest1.5 KB
Original Source

ASPxCalendar.FastNavItemStyle Property

Gets the style properties of the fast navigation area’s item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavItemStyle FastNavItemStyle { get; }
vb
Public ReadOnly Property FastNavItemStyle As CalendarFastNavItemStyle

Property Value

TypeDescription
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object defining the appearance of the fast navigation area’s item.

|

Remarks

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

See Also

Calendar

Online Demo: ASPxCalendar - Inline Fast Navigation (Web Forms)

Online Demo: Calendar (MVC)

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace