menu

Class TreeGridContextFlyoutInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridContextFlyoutInfo

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

    Inheritance
    System.Object
    TreeGridContextFlyoutInfo
    TreeGridColumnContextFlyoutInfo
    TreeGridNodeContextFlyoutInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridContextFlyoutInfo : Object, INotifyPropertyChanged

    Constructors

    TreeGridContextFlyoutInfo()

    Declaration
    public TreeGridContextFlyoutInfo()

    Properties

    TreeGrid

    Gets the reference to the SfTreeGrid control.

    Declaration
    public SfTreeGrid TreeGrid { get; }
    Property Value
    Type
    SfTreeGrid

    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 TreeGridContextFlyoutInfo 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