Back to Devexpress

ASPxCalendar.FooterStyle Property

aspnet-devexpress-dot-web-dot-aspxcalendar-a0066a75.md

latest1.3 KB
Original Source

ASPxCalendar.FooterStyle Property

Gets the style properties for the calendar’s footer section.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object defining the footer’s appearance.

|

Remarks

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace