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
Inherited Members
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 |
Overrides
Implements
System.IDisposable