SPDatePickerControl.ShowNextPrevNavigation Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property ShowNextPrevNavigation As Boolean
Get
Set
'Usage
Dim instance As SPDatePickerControl
Dim value As Boolean
value = instance.ShowNextPrevNavigation
instance.ShowNextPrevNavigation = value
[BindableAttribute(true)]
public bool ShowNextPrevNavigation { get; set; }
Property Value
Type: System.Boolean