SelectionTrackingModes Enum
Specifies the various tracking modes available by the SelectionBehavior.
[Flags]
public enum SelectionTrackingModes
Fields
| Name | Description |
|---|---|
| All | Indicates that all available types will be tracked. |
| Headers | Indicates DataGridColumnHeader selection will be tracked. |
| None | Indicates that the selection will not be tracked. |