Skip to main content
Tab

ASPxCalendar.FooterStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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