MAUI

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

    Show / Hide Table of Contents

    Class ListViewFooterItem

    Represents the footer item of data in the SfListView control.

    Inheritance
    System.Object
    SfView
    SfContentView
    ListViewItem
    ListViewFooterItem
    Implements
    IDrawableLayout
    Microsoft.Maui.Graphics.IDrawable
    Microsoft.Maui.IAbsoluteLayout
    Microsoft.Maui.ILayout
    Microsoft.Maui.IView
    Microsoft.Maui.IElement
    Microsoft.Maui.ITransform
    Microsoft.Maui.IContainer
    System.Collections.Generic.IList<Microsoft.Maui.IView>
    System.Collections.Generic.ICollection<Microsoft.Maui.IView>
    System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>
    System.Collections.IEnumerable
    Microsoft.Maui.ISafeAreaView
    Microsoft.Maui.IPadding
    Microsoft.Maui.IVisualTreeElement
    Inherited Members
    ListViewItem.OnItemAppearing()
    ListViewItem.OnPropertyChanged(String)
    ListViewItem.OnDraw(ICanvas, RectF)
    ListViewItem.OnChildAdded(Element)
    ListViewItem.OnChildRemoved(Element, Int32)
    ListViewItem.IsSelected
    SfContentView.ContentProperty
    SfContentView.OnContentChanged(Object, Object)
    SfContentView.Content
    SfView.MeasureContent(Double, Double)
    SfView.ArrangeContent(Rect)
    SfView.OnBindingContextChanged()
    SfView.MeasureOverride(Double, Double)
    SfView.ArrangeOverride(Rect)
    SfView.OnMeasure(Double, Double)
    SfView.OnHandlerChanged()
    SfView.IDrawableLayout.InvalidateDrawable()
    SfView.Children
    SfView.ClipToBounds
    SfView.Padding
    SfView.IDrawableLayout.DrawingOrder
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public class ListViewFooterItem : ListViewItem, IDrawableLayout, IDrawable, IAbsoluteLayout, ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, IVisualTreeElement, ITouchListener, ITapGestureListener, IDoubleTapGestureListener, ILongPressGestureListener, IGestureListener

    Constructors

    ListViewFooterItem()

    Initializes a new instance of the ListViewFooterItem class.

    Declaration
    public ListViewFooterItem()

    Implements

    IDrawableLayout
    Microsoft.Maui.Graphics.IDrawable
    Microsoft.Maui.IAbsoluteLayout
    Microsoft.Maui.ILayout
    Microsoft.Maui.IView
    Microsoft.Maui.IElement
    Microsoft.Maui.ITransform
    Microsoft.Maui.IContainer
    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Microsoft.Maui.ISafeAreaView
    Microsoft.Maui.IPadding
    Microsoft.Maui.IVisualTreeElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved