Enum NavigationMode
Specifies the type of navigation taking place.
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public enum NavigationMode
Fields
Name | Description |
---|---|
New | Navigates to the new page. Creates the new using the first page preferred size attribute. |
Next | Navigates to the next possible page of the paging grid. Using the desired size attribute. |
Previous | Navigates to the previous possible page of the paging grid. Using the desired size attribute.. |