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