Class TimePickerExtender
Inheritance
System.Object
TimePickerExtender
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.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 string DefaultTimeValue { 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 |
|
Gets or sets the update element id.
Declaration
public string UpdateElementId { get; set; }
Property Value
Type |
Description |
System.String |
The update element id.
|
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> |
|