WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataCurrentRecordSelectionChangingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataCurrentRecordSelectionChangingEventArgs

    Provides data for canceling record selection changed event.

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

    Constructors

    GridDataCurrentRecordSelectionChangingEventArgs(Int32)

    Initializes a new instance of the GridDataCurrentRecordSelectionChangingEventArgs class.

    Declaration
    public GridDataCurrentRecordSelectionChangingEventArgs(int recordIndex)
    Parameters
    Type Name Description
    System.Int32 recordIndex

    Index of the record.

    Properties

    Record

    Gets or sets the record.

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

    The record.

    RecordIndex

    Gets or sets the index of the record.

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

    The index of the record.

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