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

ASPxCalendar.FastNavHeaderBackElementRtlImage Property

Gets the settings of an image that is displayed in the element used to return back to the previous mode within the fast navigation area’s header when the calendar is in RTL mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public ImageProperties FastNavHeaderBackElementRtlImage { get; }

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

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

See Also