Gets or sets a value indicating whether to display the worksheet navigation buttons in the lower left corner of the view. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowNavigationButtons { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowNavigationButtons As Boolean |
A boolean value. The default is true.
See Also