WPF

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

    Show / Hide Table of Contents

    Class GridCellCursorEventArgs

    Provides data about the CellCursor event when the grid queries which cursor to be displayed for a cell.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellCursorEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellCursorEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridCellCursorEventArgs(RoutedEvent, Object)

    Initializes a new GridCellCursorEventArgs.

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

    Routed event.

    System.Object source

    Event source.

    Properties

    Cursor

    Gets or sets the cursor.

    Declaration
    [TraceProperty(true)]
    public Cursor Cursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    The cursor.

    See Also

    GridCellCursorEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved