Back to Devexpress

CalendarProperties.FastNavFooterStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-724d3d9a.md

latest1.6 KB
Original Source

CalendarProperties.FastNavFooterStyle Property

Gets the style properties for the footer section of the calendar’s fast navigation panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarHeaderFooterStyle FastNavFooterStyle { get; }
vb
Public ReadOnly Property FastNavFooterStyle As CalendarHeaderFooterStyle

Property Value

TypeDescription
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object defining the appearance of the fast navigation panel’s footer.

|

Remarks

The image below displays the background color changed for the fast navigation panel’s footer.

Note

The FastNavFooterStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavFooterStyle property.

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace