DXCalendarActualAppearance.BackwardIcon Property
Gets the backward icon of the calendar header. Use the BackwardIcon property to specify the icon.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ImageSource BackwardIcon { get; }
Property Value
Type | Description |
---|---|
ImageSource | The icon source. |
See Also