Class RadCalendarElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCalendarElement : CalendarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCalendarElement(RadCalendar)
RadCalendarElement(RadCalendar, CalendarView)
Declaration
public RadCalendarElement(RadCalendar calendar, CalendarView view)
Parameters
RadCalendar
calendar
|
CalendarView
view
|
Fields
AllowFishEyeProperty
HeaderHeightProperty
HeaderWidthProperty
ZoomFactorProperty
Properties
AllowDropDownFastNavigation
AllowFishEye
Gets or sets whether the fish eye functionality is enabled
Declaration
[RadPropertyDefaultValue("AllowFishEye", typeof(bool))]
public virtual bool AllowFishEye { get; set; }
Property Value
System.Boolean
|
CalendarNavigationElement
CalendarStatusElement
Declaration
public CalendarStatusElement CalendarStatusElement { get; }
Property Value
CalendarStatusElement
|
CalendarVisualElement
Declaration
public CalendarVisualElement CalendarVisualElement { get; }
Property Value
CalendarVisualElement
|
FastBackwardButton
first button
Declaration
public RadButtonElement FastBackwardButton { get; }
Property Value
RadButtonElement
|
FastForwardButton
Last button
Declaration
public RadButtonElement FastForwardButton { get; }
Property Value
RadButtonElement
|
HeaderHeight
Gets or sets the height of header cells.
Declaration
[RadPropertyDefaultValue("HeaderHeight", typeof(int))]
public virtual int HeaderHeight { get; set; }
Property Value
System.Int32
|
HeaderWidth
Gets or sets the width of header cells.
Declaration
[RadPropertyDefaultValue("HeaderWidth", typeof(int))]
public virtual int HeaderWidth { get; set; }
Property Value
System.Int32
|
MonthStep
Declaration
public int MonthStep { get; set; }
Property Value
System.Int32
|
NextButton
PreviousButton
previuos button
Declaration
public RadButtonElement PreviousButton { get; }
Property Value
RadButtonElement
|
SelectedElement
Declaration
protected LightVisualElement SelectedElement { get; set; }
Property Value
LightVisualElement
|
View
ZoomFactor
Gets or sets the zooming factor of a cell which is handled by the fish eye functionality..
Declaration
[RadPropertyDefaultValue("ZoomFactor", typeof(float))]
public virtual float ZoomFactor { get; set; }
Property Value
System.Single
|
ZoomLevel
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DpiScaleChanged(SizeF)
Declaration
public override void DpiScaleChanged(SizeF scaleFactor)
Parameters
System.Drawing.SizeF
scaleFactor
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnBubbleEvent(RadElement, RoutedEventArgs)
Declaration
protected override void OnBubbleEvent(RadElement sender, RoutedEventArgs args)
Parameters
RadElement
sender
|
RoutedEventArgs
args
|
Overrides
RefreshVisuals()
RefreshVisuals(Boolean)
Declaration
public override void RefreshVisuals(bool unconditional)
Parameters
System.Boolean
unconditional
|