WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnboundActions

    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.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class UnboundActions : Enum

    Fields

    CommitData

    The value is being committed in unbound column or unbound row.

    Declaration
    public const UnboundActions CommitData
    Field Value
    Type Description
    UnboundActions

    PasteData

    The value is being pasted in unbound column or unbound row.

    Declaration
    public const UnboundActions PasteData
    Field Value
    Type Description
    UnboundActions

    QueryData

    The value for unbound column or unbound row being queried from the user.

    Declaration
    public const UnboundActions QueryData
    Field Value
    Type Description
    UnboundActions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved