Back to Devexpress

CalendarProperties.FooterStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-9ee67c2f.md

latest1.7 KB
Original Source

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

Use the FooterStyle property to access style settings that define the appearance of the calendar’s footer section. Note that if the ASPxCalendar.ShowTodayButton and ASPxCalendar.ShowClearButton properties are both set to false, the footer section is not displayed and so the FooterStyle property is not in effect.

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace