menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridViewDefinition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableGridViewDefinition

    Provides the base implementation for serializing and deserializing the GridViewDefinition in SfDataGrid.

    Inheritance
    System.Object
    SerializableGridViewDefinition
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableGridViewDefinition

    Constructors

    SerializableGridViewDefinition()

    Declaration
    public SerializableGridViewDefinition()

    Properties

    DataGrid

    Gets or sets the reference to the SfDataGrid instance.

    Declaration
    public SerializableDataGrid DataGrid { get; set; }
    Property Value
    Type
    SerializableDataGrid

    RelationalColumn

    Gets or sets the relational column name to form master details view relation.

    Declaration
    public string RelationalColumn { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved