alexa

    Show / Hide Table of Contents

    Class GridDataRecordDeletingEventArgs

    Provides a cancelleable data when the record is deleted.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataRecordDeletingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataRecordDeletingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataRecordDeletingEventArgs()

    Initializes a new instance of the GridDataRecordDeletingEventArgs class.

    Declaration
    public GridDataRecordDeletingEventArgs()

    Properties

    Handled

    Handles MessageBox display while deleting

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Record

    Gets the record.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record.

    RecordIndex

    Gets the index of the record.

    Declaration
    public int RecordIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the record.

    Records

    Declaration
    public List<object> Records { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>
    Back to top Generated by DocFX