Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadMoreView - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LoadMoreView

    Represents a customized view that loads new data items in runtime.

    Inheritance
    System.Object
    LoadMoreView
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class LoadMoreView : UIView
    Remarks

    A LoadMoreView represents a customized view that is loaded either at the top or bottom based on the LoadMorePosition property.

    LoadMore option can be enabled in a SfDataGrid control, by setting the AllowLoadMore property to true and by setting the LoadMoreCommand property. When the LoadMore is enabled, the SfDataGrid provides an option to load a subset of data to its data source in the runtime using the LoadMoreCommand.

    Constructors

    LoadMoreView()

    Initializes a new instance of the LoadMoreView class.

    Declaration
    public LoadMoreView()

    Methods

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    InitLoadMore()

    Initializes the load more view.

    Declaration
    protected virtual void InitLoadMore()

    LayoutSubviews()

    Layouts the children in the view.

    Declaration
    public override void LayoutSubviews()

    UpdateLoadMoreStyle(DataGridStyle)

    Updates the load more style

    Declaration
    protected virtual void UpdateLoadMoreStyle(DataGridStyle style)
    Parameters
    Type Name Description
    DataGridStyle style

    DataGridStyle instance

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved