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.
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 |
---|
DataFormGroupItem |
IsExpanded
Gets a value that indicates whether the group is expanded.
Declaration
public bool IsExpanded { get; }
Property Value
Type |
---|
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