Class TemplateNavigationMode
Specifies whether navigation should occur between parent row and DetailsViewTemplate
Inheritance
System.Object
TemplateNavigationMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class TemplateNavigationMode : Enum
Fields
ExcludeTemplateRow
Allow Navigation only in Parent Grid Row to next Parent Grid Row.
Declaration
public const TemplateNavigationMode ExcludeTemplateRow
Field Value
Type |
---|
TemplateNavigationMode |
IncludeTemplateRow
Allow Navigation By all the Rows Including TemplateRow.
Declaration
public const TemplateNavigationMode IncludeTemplateRow
Field Value
Type |
---|
TemplateNavigationMode |