Partilhar via


SchedulePicker.Divider Property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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