menu

WinUI

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

    Show / Hide Table of Contents

    Class GridColumnContextFlyoutInfo

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

    Inheritance
    System.Object
    GridContextFlyoutInfo
    GridColumnContextFlyoutInfo
    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 GridColumnContextFlyoutInfo : GridContextFlyoutInfo, INotifyPropertyChanged

    Constructors

    GridColumnContextFlyoutInfo()

    Declaration
    public GridColumnContextFlyoutInfo()

    Properties

    Column

    Gets the corresponding column where the context menu is opened.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type
    GridColumn

    Implements

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