WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellCursors - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellCursors

    Provides you with default cursors for the grid.

    Inheritance
    System.Object
    CellCursors
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public sealed class CellCursors

    Constructors

    CellCursors()

    Declaration
    public CellCursors()

    Properties

    DragSelectionCursor

    Cursor for dragging a selection of columns or rows.

    Declaration
    public static Cursor DragSelectionCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    ResizeHeightCursor

    Cursor for resizing rows.

    Declaration
    public static Cursor ResizeHeightCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    ResizeHiddenColumnCursor

    Cursor for resizing columns.

    Declaration
    public static Cursor ResizeHiddenColumnCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    ResizeHiddenRowCursor

    Cursor for resizing columns.

    Declaration
    public static Cursor ResizeHiddenRowCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    ResizeWidthCursor

    Cursor for resizing columns.

    Declaration
    public static Cursor ResizeWidthCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    SelectColumnCursor

    Cursor for selecting columns.

    Declaration
    public static Cursor SelectColumnCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    SelectRowCursor

    Cursor for selecting rows.

    Declaration
    public static Cursor SelectRowCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    SelectRowRTLCursor

    Cursor for selecting rows.

    Declaration
    public static Cursor SelectRowRTLCursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved