SchedulePicker.Enabled Property

Gets or sets a value that indicates whether the SchedulePicker is enabled.

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

Syntax

'Declaration
Public Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As SchedulePicker
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }

Property Value

Type: System.Boolean
true if the schedule picker is enabled; otherwise, false.

See Also

Reference

SchedulePicker Class

SchedulePicker Members

Microsoft.SharePoint.WebControls Namespace