WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTreeRequestNodeImageEventArgs

    Show / Hide Table of Contents

    Class GridTreeRequestNodeImageEventArgs

    The class that defines the arguments for the GridTreeRequestTreeItems event.

    Inheritance
    System.Object
    GridTreeRequestNodeImageEventArgs
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridTreeRequestNodeImageEventArgs : RoutedEventArgs

    Constructors

    GridTreeRequestNodeImageEventArgs(Object, RoutedEvent, Object)

    Constructor.

    Declaration
    public GridTreeRequestNodeImageEventArgs(object item, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Object item
    System.Windows.RoutedEvent routedEvent

    The rounted event.

    System.Object source

    The GridTreeControl.

    Properties

    Item

    Gets or sets the item whose node image is being requested.

    Declaration
    public object Item { get; set; }
    Property Value
    Type Description
    System.Object

    NodeImage

    The image for the item.

    Declaration
    public BitmapImage NodeImage { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Imaging.BitmapImage
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved