WinUI

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

    Show / Hide Table of Contents

    Class AddNewRowOperation

    Defines the constants that specify the possible operation in AddNewRow.

    Inheritance
    System.Object
    AddNewRowOperation
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class AddNewRowOperation : Enum

    Fields

    AddNew

    The new item is initiated in AddNewRow.

    Declaration
    public const AddNewRowOperation AddNew
    Field Value
    Type Description
    AddNewRowOperation

    CancelNew

    The new item is canceled before committing.

    Declaration
    public const AddNewRowOperation CancelNew
    Field Value
    Type Description
    AddNewRowOperation

    CommitNew

    The new item is committed into the underlying source collection.

    Declaration
    public const AddNewRowOperation CommitNew
    Field Value
    Type Description
    AddNewRowOperation

    PlacementChange

    The AddNewRow position is changed at runtime.

    Declaration
    public const AddNewRowOperation PlacementChange
    Field Value
    Type Description
    AddNewRowOperation

    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