Skip to main content
A newer version of this page is available. .
Tab

ASPxCalendar.FooterStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarHeaderFooterStyle FooterStyle { get; }

Property Value

Type Description
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object defining the footer’s appearance.

Remarks

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

See Also