CalendarHeaderViewModel.ForwardIcon Property
Gets the forward icon of the calendar header.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ImageSource ForwardIcon { get; }
Property Value
| Type | Description |
|---|---|
| ImageSource | The icon source. |
See Also