menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCursors

    Implements the functionalities that provides default cursors for the grid.

    Inheritance
    System.Object
    GridCursors
    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.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridCursors

    Constructors

    GridCursors()

    Initializes the new instance of the GridCursors class.

    Declaration
    public GridCursors()

    Properties

    ColumnWidthCursor

    Gets or sets cursor for resizing columns.

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

    DragSelectionCursor

    Gets or sets cursor for dragging a selection of columns or rows.

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

    RowHeightCursor

    Gets or sets cursor for resizing rows.

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

    SelectColumnCursor

    Gets or sets cursor for selecting columns.

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

    SelectRowCursor

    Gets or sets cursor for selecting rows.

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

    SelectRowRTLCursor

    Gets or sets cursor for selecting rows.

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