Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadTimePickerContentElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIItemBaseLightVisualElementRadTimePickerContentElement...
Implements:
Inherited Members
Constructors
C#
public RadTimePickerContentElement(IPickerContentElementOwner owner)
Fields
C#
public static RadProperty ClockBeforeTablesProperty
Properties
C#
public int ButtonPanelHeight { get; set; }
C#
public RadClockElement ClockElement { get; }
C#
public LightVisualElement ClockHeaderElement { get; }
C#
public ClockPosition ClockPosition { get; set; }
C#
public int ColumnsCount { get; set; }
C#
public TimePickerDoneButtonElement FooterPanel { get; }
C#
public int HeadersHeight { get; set; }
C#
public TimeTableElementHours HoursTable { get; }
C#
public TimeTableElement MinutesTable { get; }
C#
public int TableWidth { get; set; }
C#
public TimeTables TimeTables { get; set; }
Methods
C#
public virtual void ClearSelection()
Called by the element when constructed. Allows inheritors to build the element tree.
C#
protected override void CreateChildElements()
Overrides:
C#
protected virtual void FillHours(GridLayout container, int step, int columnsCount, string format, bool AmPmIndicator)
C#
protected virtual void FillMinutes(GridLayout container, int step, int columnsCount)
C#
protected virtual void FillPopupInSingleTable()
C#
protected virtual void FillPopupInTwoTables()
C#
public virtual void HideClock()
C#
protected virtual void ManageSelectedItems(GridLayout layout, TimeTableVisualElement clickedElement)
Called when the element has been successfully loaded. That includes loading of all its children as well.
C#
protected override void OnLoaded()
Overrides:
C#
protected virtual void OnTimeCellFormatting(TimeCellFormattingEventArgs args)
C#
public virtual void PrepareContent()
C#
protected virtual void PrepareHoursTableHeader()
C#
protected virtual void PrepareMinutesTableHeader()
C#
public virtual void SetValueAndClose()
C#
public virtual void ShowClock()
Events
C#
public event TimeCellFormattingEventHandler TimeCellFormatting