menu

WinUI

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

    Show / Hide Table of Contents

    Class GridRecordContextFlyoutInfo

    Represents a class that provides information to the Record ContextFlyout of DataGrid.

    Inheritance
    System.Object
    GridContextFlyoutInfo
    GridRecordContextFlyoutInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    GridContextFlyoutInfo.DataGrid
    GridContextFlyoutInfo.OnPropertyChanged(String)
    GridContextFlyoutInfo.PropertyChanged
    GridContextFlyoutInfo.SourceDataGrid
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridRecordContextFlyoutInfo : GridContextFlyoutInfo, INotifyPropertyChanged

    Constructors

    GridRecordContextFlyoutInfo()

    Declaration
    public GridRecordContextFlyoutInfo()

    Properties

    Record

    Gets the corresponding record where the context menu is opened.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved