Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DataFormGroupItemView

    Represent a layout that displays group of the SfDataForm. Group consists of expander and label. Expander denotes the expand collapse status of group in View. Label display group name in View.

    Inheritance
    System.Object
    DataFormItemViewBase
    DataFormGroupItemView
    Implements
    System.IDisposable
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class DataFormGroupItemView : DataFormItemViewBase, IDisposable

    Constructors

    DataFormGroupItemView()

    Initializes a new instance of the DataFormGroupItemView class.

    Declaration
    public DataFormGroupItemView()

    Properties

    DataFormGroupItem

    Gets the DataFormGroupItem associated with this layout.

    Declaration
    public DataFormGroupItem DataFormGroupItem { get; }
    Property Value
    Type Description
    DataFormGroupItem

    IsExpanded

    Gets a value that indicates whether the group is expanded.

    Declaration
    public bool IsExpanded { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the DataFormGroupItemView class.

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

    Indicates whether the call is from Dispose method or from a finalizer.

    LayoutSubviews()

    Positions and sizes the sub views of DataFormGroupItemView.

    Declaration
    public override void LayoutSubviews()

    Implements

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