menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridSelectionUnit - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridSelectionUnit

    Defines the constants that specify whether the cell or row or any unit are used for selection in a SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum GridSelectionUnit

    Fields

    Name Description
    Any

    Both Cells and rows are selectable.

    Cell

    Only cells are selectable.

    Row

    Only rows are selectable. Clicking a cell selects the row.

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