Back to Devexpress

SlideViewCacheMode Enum

maui-devexpress-dot-maui-dot-core-6d26273c.md

latest1.2 KB
Original Source

SlideViewCacheMode Enum

Lists values that specify how the SlideView control caches its item content.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public enum SlideViewCacheMode

Members

NameDescription
None

Item content is not cached.

| | OnFirstShow |

When the control displays an item for the first time, it caches this item’s content.

| | All |

All item content is cached at once, when the SlideView control is loaded and displayed.

|

The following properties accept/return SlideViewCacheMode values:

Extension Methods

Yield<SlideViewCacheMode>()

YieldIfNotNull<SlideViewCacheMode>()

See Also

DevExpress.Maui.Core Namespace