alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridSelectCellsMouseController.SelectionType

    Defines the possible types of selection.

    Inheritance
    System.Object
    GridSelectCellsMouseController.SelectionType
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class SelectionType : Enum

    Fields

    IsCells

    Range of cells.

    Declaration
    public const GridSelectCellsMouseController.SelectionType IsCells
    Field Value
    Type
    GridSelectCellsMouseController.SelectionType

    IsCol

    One or more columns.

    Declaration
    public const GridSelectCellsMouseController.SelectionType IsCol
    Field Value
    Type
    GridSelectCellsMouseController.SelectionType

    IsRow

    One or more rows.

    Declaration
    public const GridSelectCellsMouseController.SelectionType IsRow
    Field Value
    Type
    GridSelectCellsMouseController.SelectionType

    IsTable

    Whole table.

    Declaration
    public const GridSelectCellsMouseController.SelectionType IsTable
    Field Value
    Type
    GridSelectCellsMouseController.SelectionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved