Class TimePickerExtender
Inheritance
System.Object
TimePickerExtender
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public class TimePickerExtender : ExtenderControl
Constructors
Declaration
public TimePickerExtender()
Properties
Declaration
public string CalendarId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsAM { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string TimeValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type |
Name |
Description |
System.Web.UI.Control |
targetControl |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> |
|
Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> |
|