Class GridViewDefinition
Represents a class that used to represent Grid view of ViewDefinition
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridViewDefinition : ViewDefinition
Constructors
GridViewDefinition()
Initializes a new instance of GridViewDefinition class.
Declaration
public GridViewDefinition()
Fields
DataGridProperty
Identifies the Syncfusion.UI.Xaml.Grid.GridViewDefinition.DataGrid dependency property.
Declaration
public static readonly DependencyProperty DataGridProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.Grid.GridViewDefinition.DataGrid dependency property.
Properties
DataGrid
DataGrid used to set the properties for DetailsViewDataGrid.
Declaration
public SfDataGrid DataGrid { get; set; }
Property Value
Type |
---|
SfDataGrid |