MindFusion.Scheduling for ASP.NET Programmer's Guide
ListViewSettings.ShowNavigationButtons Property
See Also
 





Gets or sets a value indicating whether the ListView displays navigation buttons.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ShowNavigationButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowNavigationButtons As State

 Property Value

One of the State enumeration values that specifies whether navigation buttons are displayed in the view. Default value is State.Disabled e.g. navigation buttons are not shown.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace