menu

WPF

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

    Show / Hide Table of Contents

    Class GridViewDefinition

    Represents a class that used to represent Grid view of ViewDefinition

    Inheritance
    System.Object
    ViewDefinition
    GridViewDefinition
    Inherited Members
    ViewDefinition.RelationalColumn
    ViewDefinition.RelationalColumnProperty
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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
    System.Windows.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved