menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridViewDefinition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridViewDefinition

    Represents a class that used to represent Grid view of ViewDefinition

    Inheritance
    System.Object
    ViewDefinition
    DataGridViewDefinition
    Inherited Members
    ViewDefinition.RelationalColumn
    ViewDefinition.RelationalColumnProperty
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridViewDefinition : ViewDefinition

    Constructors

    DataGridViewDefinition()

    Initializes a new instance of DataGridViewDefinition class.

    Declaration
    public DataGridViewDefinition()

    Fields

    DataGridProperty

    Identifies the GridViewDefinition.DataGrid bindable property.

    Declaration
    public static readonly BindableProperty DataGridProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    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