menu

Xamarin.Forms

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

    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
    Inherited Members
    DataFormItemViewBase.Dispose()
    DataFormItemViewBase.LayoutChildren(Double, Double, Double, Double)
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormGroupItemView : DataFormItemViewBase, IDisposable

    Constructors

    DataFormGroupItemView()

    Declaration
    public DataFormGroupItemView()

    Properties

    DataFormGroupItem

    Gets the DataFormGroupItem associated with this layout.

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

    IsExpanded

    Gets a value indicating whether the group is expanded.

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

    Methods

    Dispose(Boolean)

    Dispose the specified isDisposing.

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

    If set to true is disposing.

    Overrides
    DataFormItemViewBase.Dispose(Boolean)

    Implements

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