Class DataFormGroupItem
Represents the class to encapsulates the group settings and DataFormItem settings for group of data field's appearing in SfDataForm.
Implements
Inherited Members
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.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 |
---|
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 |
---|
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 |
---|
DataFormItems |
GroupName
Gets or sets the caption of group.
Declaration
public string GroupName { get; set; }
Property Value
Type |
---|
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 |
---|
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. |