Class SerializableGridViewDefinition
Provides the base implementation for serializing and deserializing the GridViewDefinition in SfDataGrid.
Inheritance
System.Object
SerializableGridViewDefinition
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridViewDefinition : Object
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 |