WPF

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

    Show / Hide Table of Contents

    Class GridDataRecord

    Provides the necessary extended details for the records structure in GridDataControl.

    Inheritance
    System.Object
    GridDataRecord
    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

    true if this instance has errors; otherwise, false.

    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

    true if this instance is details view expanded; otherwise, false.

    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

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    OnCollapsed()

    Called when [collapsed].

    Declaration
    protected override void OnCollapsed()

    OnExpanded()

    Called when RecordEntry.IsExpanded = true;

    Declaration
    protected override void OnExpanded()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved