Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DataFormGroupItem

    Represents the class to encapsulates the group settings and DataFormItem settings for group of data field's appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormGroupItem
    Implements
    System.IDisposable
    Inherited Members
    DataFormItemBase.Dispose()
    DataFormItemBase.CanFocus()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.View
    DataFormItemBase.RowSpan
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Height
    DataFormItemBase.AutoFitLabel
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class DataFormGroupItem : DataFormItemBase, IDisposable

    Constructors

    DataFormGroupItem()

    Initializes a new instance of the DataFormGroupItem class.

    Declaration
    public DataFormGroupItem()

    Properties

    AllowExpandCollapse

    Gets or sets a value that indicates whether user can expand or collapse the group.

    Declaration
    public bool AllowExpandCollapse { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    True if user can expand or collapse .Otherwise False.

    ColumnCount

    Gets or sets the value denotes the number of editor to be arranged per row. Be default one editor for one property arranged with label.

    Declaration
    public int ColumnCount { get; set; }
    Property Value
    Type Description
    System.Int32

    DataFormItems

    Gets or sets the value that indicates the items that are grouped under the group.

    Declaration
    public DataFormItems DataFormItems { get; set; }
    Property Value
    Type Description
    DataFormItems

    GroupName

    Gets or sets the caption of group.

    Declaration
    public string GroupName { get; set; }
    Property Value
    Type Description
    System.String

    IsExpanded

    Gets or sets a value that indicates whether the DataFormGroupItem is expanded or not.

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

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the DataFormItem 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.

    Overrides
    DataFormItemBase.Dispose(Boolean)

    Implements

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