menu

UWP

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

    Show / Hide Table of Contents

    Class GridContextMenuInfo

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

    Inheritance
    System.Object
    GridContextMenuInfo
    GridColumnContextMenuInfo
    GridGroupDropAreaContextMenuInfo
    GridRecordContextMenuInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridContextMenuInfo : Object, INotifyPropertyChanged

    Constructors

    GridContextMenuInfo()

    Declaration
    public GridContextMenuInfo()

    Properties

    DataGrid

    Gets the reference to the SfDataGrid control.

    Declaration
    public SfDataGrid DataGrid { get; }
    Property Value
    Type
    SfDataGrid

    SourceDataGrid

    Gets the reference to the SfDataGrid control that is used as SourceDataGrid in DetailsView.

    Declaration
    public SfDataGrid SourceDataGrid { get; }
    Property Value
    Type
    SfDataGrid

    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 GridContextMenuInfo class.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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