Enum TemplateNavigationMode
Specifies whether navigation should occur between parent row and DetailsViewTemplate
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TemplateNavigationMode
Fields
| Name | Description |
|---|---|
| ExcludeTemplateRow | Allow Navigation only in Parent Grid Row to next Parent Grid Row. |
| IncludeTemplateRow | Allow Navigation By all the Rows Including TemplateRow. |