Class RadTimePickerContentElement
Inheritance
System.Object
RadTimePickerContentElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTimePickerContentElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTimePickerContentElement(IPickerContentElementOwner)
Declaration
public RadTimePickerContentElement(IPickerContentElementOwner owner)
Parameters
Fields
ClockBeforeTablesProperty
Properties
ButtonPanelHeight
Declaration
public int ButtonPanelHeight { get; set; }
Property Value
System.
|
ClockBeforeTables
This property is used internally.
Declaration
public bool ClockBeforeTables { get; set; }
Property Value
System.
|
ClockElement
ClockHeaderElement
ClockPosition
ColumnsCount
Declaration
public int ColumnsCount { get; set; }
Property Value
System.
|
FooterPanel
HeadersHeight
Declaration
public int HeadersHeight { get; set; }
Property Value
System.
|
HoursTable
MaxValue
Declaration
public DateTime MaxValue { get; set; }
Property Value
System.
|
MinutesTable
MinValue
Declaration
public DateTime MinValue { get; set; }
Property Value
System.
|
ReadOnly
Declaration
public virtual bool ReadOnly { get; set; }
Property Value
System.
|
RowHeight
Declaration
public int RowHeight { get; set; }
Property Value
System.
|
Step
Declaration
public int Step { get; set; }
Property Value
System.
|
TableWidth
Declaration
public int TableWidth { get; set; }
Property Value
System.
|
TimeTables
Value
Declaration
public DateTime Value { get; set; }
Property Value
System.
|
Methods
ChangeClockAndTableLocation(Boolean)
Declaration
public void ChangeClockAndTableLocation(bool clockBeforeTables)
Parameters
System.
|
ClearSelection()
Declaration
public virtual void ClearSelection()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
element_Click(Object, EventArgs)
Declaration
protected virtual void element_Click(object sender, EventArgs e)
Parameters
System.
|
System.
|
elementMinutes_Click(Object, EventArgs)
Declaration
protected virtual void elementMinutes_Click(object sender, EventArgs e)
Parameters
System.
|
System.
|
FillHours(GridLayout, Int32, Int32, String, Boolean)
Declaration
protected virtual void FillHours(GridLayout container, int step, int columnsCount, string format, bool AmPmIndicator)
Parameters
Grid
|
System.
|
System.
|
System.
|
System.
|
FillMinutes(GridLayout, Int32, Int32)
Declaration
protected virtual void FillMinutes(GridLayout container, int step, int columnsCount)
Parameters
Grid
|
System.
|
System.
|
FillPopupInSingleTable()
Declaration
protected virtual void FillPopupInSingleTable()
FillPopupInTwoTables()
Declaration
protected virtual void FillPopupInTwoTables()
HeaderArrow_Click(Object, EventArgs)
Declaration
protected virtual void HeaderArrow_Click(object sender, EventArgs e)
Parameters
System.
|
System.
|
HideClock()
Declaration
public virtual void HideClock()
IsAmPmMode()
Declaration
protected virtual bool IsAmPmMode()
Returns
System.
|
ManageSelectedItems(GridLayout, TimeTableVisualElement)
Declaration
protected virtual void ManageSelectedItems(GridLayout layout, TimeTableVisualElement clickedElement)
Parameters
Grid
|
Time
|
OnLoaded()
OnTimeCellFormatting(TimeCellFormattingEventArgs)
Declaration
protected virtual void OnTimeCellFormatting(TimeCellFormattingEventArgs args)
Parameters
PrepareContent()
Declaration
public virtual void PrepareContent()
PrepareHoursTableHeader()
Declaration
protected virtual void PrepareHoursTableHeader()
PrepareMinutesTableHeader()
Declaration
protected virtual void PrepareMinutesTableHeader()
SetClockTime(DateTime)
Declaration
public virtual void SetClockTime(DateTime time)
Parameters
System.
|
SetSelected(Nullable<DateTime>)
Declaration
public virtual void SetSelected(DateTime? time)
Parameters
System.
|
SetValueAndClose()
Declaration
public virtual void SetValueAndClose()
SetValueAndClose(DateTime)
Declaration
public virtual void SetValueAndClose(DateTime value)
Parameters
System.
|
ShowClock()
Declaration
public virtual void ShowClock()
Events
TimeCellFormatting
Declaration
public event TimeCellFormattingEventHandler TimeCellFormatting