alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridDrawSelectionOptions

    Defines possible selection options.

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

    Fields

    AlphaBlend

    Alphablend selection.

    Declaration
    public const GridDrawSelectionOptions AlphaBlend
    Field Value
    Type
    GridDrawSelectionOptions

    ExcelLikeSelectionMarker

    Displays excel like selection marker.

    Declaration
    public const GridDrawSelectionOptions ExcelLikeSelectionMarker
    Field Value
    Type
    GridDrawSelectionOptions

    None

    None.

    Declaration
    public const GridDrawSelectionOptions None
    Field Value
    Type
    GridDrawSelectionOptions

    OverlapWithDarkenedAlphaBlend

    Draws darkened alphablend color when selections overlap.

    Declaration
    public const GridDrawSelectionOptions OverlapWithDarkenedAlphaBlend
    Field Value
    Type
    GridDrawSelectionOptions

    ReplaceBackground

    Replaces background of the cells being selected.

    Declaration
    public const GridDrawSelectionOptions ReplaceBackground
    Field Value
    Type
    GridDrawSelectionOptions

    ReplaceTextColor

    Replaces text color of the cells being selected.

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