CalendarHeaderViewModel.BackwardIcon Property
Gets the backward icon of the calendar header.
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