menu

UWP

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

    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.OnPropertyChanged(String)
    GridContextMenuInfo.DataGrid
    GridContextMenuInfo.SourceDataGrid
    GridContextMenuInfo.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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 Description
    GridColumn

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved