CalendarProperties.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageProperties | String.Empty | An ImageProperties object that contains image settings. |
Remarks
Note
- The FastNavHeaderBackElementRtlImage property synchronizes its value with the editor’s ASPxCalendar.FastNavHeaderBackElementRtlImage property.
- the FastNavHeaderBackElementRtlImage property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline.
See Also