menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnboundActions - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnboundActions

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

    Inheritance
    System.Object
    UnboundActions
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class UnboundActions : Enum

    Fields

    CommitData

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

    Declaration
    public const UnboundActions CommitData
    Field Value
    Type
    UnboundActions

    PasteData

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

    Declaration
    public const UnboundActions PasteData
    Field Value
    Type
    UnboundActions

    QueryData

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

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