Class GridDataRecord
Provides the necessary extended details for the records structure in GridDataControl.
Inheritance
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataRecord : RecordEntry
Constructors
GridDataRecord(Object, GridDataTable)
Initializes a new instance of the GridDataRecord class.
Declaration
public GridDataRecord(object data, GridDataTable parentTable)
Parameters
Type | Name | Description |
---|---|---|
System.Object | data | The data. |
GridDataTable | parentTable | The parent table. |
Properties
ChildModels
Gets the child group, this would be nested table instance.
Declaration
public Dictionary<int, GridDataChildTableModel> ChildModels { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, GridDataChildTableModel> | The child group. |
ErrorList
Gets the error list.
Declaration
public Dictionary<string, GridDataErrorInfo> ErrorList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, GridDataErrorInfo> | The error list. |
HasErrors
Gets a value indicating whether this instance has errors.
Declaration
public bool HasErrors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsDetailsViewExpanded
Gets or sets a value indicating whether this instance is details view expanded.
Declaration
public bool IsDetailsViewExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Model
Gets the model.
Declaration
public GridDataTableModel Model { get; }
Property Value
Type | Description |
---|---|
GridDataTableModel | The model. |
Table
Gets the GridDataTable instance.
Declaration
public GridDataTable Table { get; }
Property Value
Type | Description |
---|---|
GridDataTable | The table. |
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
|
OnCollapsed()
Called when [collapsed].
Declaration
protected override void OnCollapsed()
OnExpanded()
Called when RecordEntry.IsExpanded = true;
Declaration
protected override void OnExpanded()