menu

WPF

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

    Show / Hide Table of Contents

    Class GridColumnContextMenuInfo

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

    Inheritance
    System.Object
    GridContextMenuInfo
    GridColumnContextMenuInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    GridContextMenuInfo.DataGrid
    GridContextMenuInfo.OnPropertyChanged(String)
    GridContextMenuInfo.PropertyChanged
    GridContextMenuInfo.SourceDataGrid
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridColumnContextMenuInfo : GridContextMenuInfo, INotifyPropertyChanged

    Constructors

    GridColumnContextMenuInfo()

    Declaration
    public GridColumnContextMenuInfo()

    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