WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AddNewRowOperation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum AddNewRowOperation

    Defines the constants that specify the possible operation in AddNewRow.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum AddNewRowOperation

    Fields

    Name Description
    AddNew

    The new item is initiated in AddNewRow.

    CancelNew

    The new item is canceled before committing.

    CommitNew

    The new item is committed into the underlying source collection.

    PlacementChange

    The AddNewRow position is changed at runtime.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved