MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadMorePosition

    Show / Hide Table of Contents

    Class LoadMorePosition

    Defines position for the load more support of SfListView.

    Inheritance
    System.Object
    LoadMorePosition
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public sealed class LoadMorePosition : Enum

    Fields

    End

    Load more view will be positioned on the end of the list.

    Declaration
    public const LoadMorePosition End
    Field Value
    Type Description
    LoadMorePosition

    Start

    Load more view will be positioned on the start of the list.

    Declaration
    public const LoadMorePosition Start
    Field Value
    Type Description
    LoadMorePosition

    value__

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