Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemType

    Show / Hide Table of Contents

    Class ItemType

    Item type for the ListViewItemInfoBase.

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

    Fields

    Footer

    Specifies the item type of the footer item.

    Declaration
    public const ItemType Footer
    Field Value
    Type Description
    ItemType

    GroupHeader

    Specifies the item type of the group header item.

    Declaration
    public const ItemType GroupHeader
    Field Value
    Type Description
    ItemType

    Header

    Specifies the item type of the header item.

    Declaration
    public const ItemType Header
    Field Value
    Type Description
    ItemType

    LoadMore

    Specifies the item type of the load more item.

    Declaration
    public const ItemType LoadMore
    Field Value
    Type Description
    ItemType

    Record

    Specifies the item type of the header item.

    Declaration
    public const ItemType Record
    Field Value
    Type Description
    ItemType

    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