Enum GridDrawSelectionOptions
Defines possible selection options.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridDrawSelectionOptions
Fields
| Name | Description |
|---|---|
| AlphaBlend | Alphablend selection. |
| ExcelLikeSelectionMarker | Displays excel like selection marker. |
| None | None. |
| OverlapWithDarkenedAlphaBlend | Draws darkened alphablend color when selections overlap. |
| ReplaceBackground | Replaces background of the cells being selected. |
| ReplaceTextColor | Replaces text color of the cells being selected. |