menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowOperation - UWP API Reference | Syncfusion

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class AddNewRowOperation : Enum

    Fields

    AddNew

    The new item is initiated in AddNewRow.

    Declaration
    public const AddNewRowOperation AddNew
    Field Value
    Type
    AddNewRowOperation

    CancelNew

    The new item is canceled before committing.

    Declaration
    public const AddNewRowOperation CancelNew
    Field Value
    Type
    AddNewRowOperation

    CommitNew

    The new item is committed into the underlying source collection.

    Declaration
    public const AddNewRowOperation CommitNew
    Field Value
    Type
    AddNewRowOperation

    PlacementChange

    The AddNewRow position is changed at runtime.

    Declaration
    public const AddNewRowOperation PlacementChange
    Field Value
    Type
    AddNewRowOperation

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved