menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemType - Xamarin.Forms API Reference | Syncfusion

    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
    ItemType

    GroupHeader

    Specifies the item type of the group header item.

    Declaration
    public const ItemType GroupHeader
    Field Value
    Type
    ItemType

    Header

    Specifies the item type of the header item.

    Declaration
    public const ItemType Header
    Field Value
    Type
    ItemType

    LoadMore

    Specifies the item type of the load more item.

    Declaration
    public const ItemType LoadMore
    Field Value
    Type
    ItemType

    Record

    Specifies the item type of the header item.

    Declaration
    public const ItemType Record
    Field Value
    Type
    ItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved