menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridUnboundActions

    Defines the constants that specify the possible actions for Unbound column or Unbound row in SfDataGrid.

    Inheritance
    System.Object
    DataGridUnboundActions
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridUnboundActions : Enum

    Fields

    CommitData

    Specifies the action that the value is being committed in Unbound column or Unbound row.

    Declaration
    public const DataGridUnboundActions CommitData
    Field Value
    Type
    DataGridUnboundActions

    QueryData

    Specifies the action that the value for Unbound column or Unbound row being queried from the user.

    Declaration
    public const DataGridUnboundActions QueryData
    Field Value
    Type
    DataGridUnboundActions
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved