Class RadTimePickerContentElement
Inheritance
Inherited Members
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, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
  Constructors
RadTimePickerContentElement(IPickerContentElementOwner)
Declaration
public RadTimePickerContentElement(IPickerContentElementOwner owner)
  Parameters
| 
        IPickerContentElementOwner
        owner
         
  | 
    
Fields
ClockBeforeTablesProperty
Properties
ButtonPanelHeight
Declaration
public int ButtonPanelHeight { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
ClockBeforeTables
This property is used internally.
Declaration
public bool ClockBeforeTables { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
ClockElement
ClockHeaderElement
ClockPosition
ColumnsCount
Declaration
public int ColumnsCount { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
FooterPanel
HeadersHeight
Declaration
public int HeadersHeight { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
HoursTable
MaxValue
Declaration
public DateTime MaxValue { get; set; }
  Property Value
| 
        System.DateTime
         
  | 
    
MinutesTable
MinValue
Declaration
public DateTime MinValue { get; set; }
  Property Value
| 
        System.DateTime
         
  | 
    
ReadOnly
Declaration
public virtual bool ReadOnly { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
RowHeight
Declaration
public int RowHeight { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
Step
Declaration
public int Step { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
TableWidth
Declaration
public int TableWidth { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
TimeTables
Value
Declaration
public DateTime Value { get; set; }
  Property Value
| 
        System.DateTime
         
  | 
    
Methods
ChangeClockAndTableLocation(Boolean)
Declaration
public void ChangeClockAndTableLocation(bool clockBeforeTables)
  Parameters
| 
        System.Boolean
        clockBeforeTables
         
  | 
    
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.Object
        sender
         
  | 
    
| 
        System.EventArgs
        e
         
  | 
    
elementMinutes_Click(Object, EventArgs)
Declaration
protected virtual void elementMinutes_Click(object sender, EventArgs e)
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        System.EventArgs
        e
         
  | 
    
FillHours(GridLayout, Int32, Int32, String, Boolean)
Declaration
protected virtual void FillHours(GridLayout container, int step, int columnsCount, string format, bool AmPmIndicator)
  Parameters
| 
        GridLayout
        container
         
  | 
    
| 
        System.Int32
        step
         
  | 
    
| 
        System.Int32
        columnsCount
         
  | 
    
| 
        System.String
        format
         
  | 
    
| 
        System.Boolean
        AmPmIndicator
         
  | 
    
FillMinutes(GridLayout, Int32, Int32)
Declaration
protected virtual void FillMinutes(GridLayout container, int step, int columnsCount)
  Parameters
| 
        GridLayout
        container
         
  | 
    
| 
        System.Int32
        step
         
  | 
    
| 
        System.Int32
        columnsCount
         
  | 
    
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.Object
        sender
         
  | 
    
| 
        System.EventArgs
        e
         
  | 
    
HideClock()
Declaration
public virtual void HideClock()
  IsAmPmMode()
Declaration
protected virtual bool IsAmPmMode()
  Returns
| 
        System.Boolean
         
  | 
    
ManageSelectedItems(GridLayout, TimeTableVisualElement)
Declaration
protected virtual void ManageSelectedItems(GridLayout layout, TimeTableVisualElement clickedElement)
  Parameters
| 
        GridLayout
        layout
         
  | 
    
| 
        TimeTableVisualElement
        clickedElement
         
  | 
    
OnLoaded()
OnTimeCellFormatting(TimeCellFormattingEventArgs)
Declaration
protected virtual void OnTimeCellFormatting(TimeCellFormattingEventArgs args)
  Parameters
| 
        TimeCellFormattingEventArgs
        args
         
  | 
    
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.DateTime
        time
         
  | 
    
SetSelected(Nullable<DateTime>)
Declaration
public virtual void SetSelected(DateTime? time)
  Parameters
| 
        System.Nullable<System.DateTime>
        time
         
  | 
    
SetValueAndClose()
Declaration
public virtual void SetValueAndClose()
  SetValueAndClose(DateTime)
Declaration
public virtual void SetValueAndClose(DateTime value)
  Parameters
| 
        System.DateTime
        value
         
  | 
    
ShowClock()
Declaration
public virtual void ShowClock()
  Events
TimeCellFormatting
Declaration
public event TimeCellFormattingEventHandler TimeCellFormatting
  Event Type
| 
        TimeCellFormattingEventHandler
         
  |