menu

WinUI

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

    Show / Hide Table of Contents

    Class GridContextFlyoutInfo

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

    Inheritance
    System.Object
    GridContextFlyoutInfo
    GridColumnContextFlyoutInfo
    GridGroupDropAreaContextFlyoutInfo
    GridRecordContextFlyoutInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridContextFlyoutInfo : Object, INotifyPropertyChanged

    Constructors

    GridContextFlyoutInfo()

    Declaration
    public GridContextFlyoutInfo()

    Properties

    DataGrid

    Gets the reference to the SfDataGrid control.

    Declaration
    public SfDataGrid DataGrid { get; }
    Property Value
    Type
    SfDataGrid

    SourceDataGrid

    Gets the reference to the SfDataGrid control that is used as SourceDataGrid in DetailsView.

    Declaration
    public SfDataGrid SourceDataGrid { get; }
    Property Value
    Type
    SfDataGrid

    Methods

    OnPropertyChanged(String)

    Occurs when a property value changes.

    Declaration
    protected void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    The corresponding property name.

    Events

    PropertyChanged

    Occurs when the property value changes in GridContextFlyoutInfo class.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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