Share via


SchedulePicker.Divider property

NOTE: This API is now obsolete.

Determines whether or not the divider line will be displayed.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("There is no longer a divider line in the schedule picker.",  _
    False)> _
Public Property Divider As Boolean
    Get
    Set
'Usage
Dim instance As SchedulePicker
Dim value As Boolean

value = instance.Divider

instance.Divider = value
[ObsoleteAttribute("There is no longer a divider line in the schedule picker.", 
    false)]
public bool Divider { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

SchedulePicker class

SchedulePicker members

Microsoft.SharePoint.WebControls namespace