Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemsSourceChangeCachingStrategy - Xamarin.Forms API Reference | Syncfusion ItemsSource gets changed at runtime. ">

    Show / Hide Table of Contents

    Class ItemsSourceChangeCachingStrategy

    Specifies caching strategies of listview items when ItemsSource gets changed at runtime.

    Inheritance
    System.Object
    ItemsSourceChangeCachingStrategy
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public sealed class ItemsSourceChangeCachingStrategy : Enum

    Fields

    ClearItems

    Indicates that all listview items cleared and new items created.

    Declaration
    public const ItemsSourceChangeCachingStrategy ClearItems
    Field Value
    Type Description
    ItemsSourceChangeCachingStrategy

    RecycleItems

    Indicates that listview items will have their binding contexts updated and re-used.

    Declaration
    public const ItemsSourceChangeCachingStrategy RecycleItems
    Field Value
    Type Description
    ItemsSourceChangeCachingStrategy

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved