menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridColumnContextFlyoutInfo

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

    Inheritance
    System.Object
    TreeGridContextFlyoutInfo
    TreeGridColumnContextFlyoutInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeGridContextFlyoutInfo.OnPropertyChanged(String)
    TreeGridContextFlyoutInfo.PropertyChanged
    TreeGridContextFlyoutInfo.TreeGrid
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridColumnContextFlyoutInfo : TreeGridContextFlyoutInfo, INotifyPropertyChanged

    Constructors

    TreeGridColumnContextFlyoutInfo()

    Declaration
    public TreeGridColumnContextFlyoutInfo()

    Properties

    Column

    Gets the corresponding column where the context menu is opened.

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

    Implements

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