Class CalendarCellElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CalendarCellElement : CalendarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
CalendarCellElement(CalendarVisualElement)
Declaration
public CalendarCellElement(CalendarVisualElement owner)
Parameters
CalendarVisualElement
owner
|
CalendarCellElement(CalendarVisualElement, String)
Declaration
public CalendarCellElement(CalendarVisualElement owner, string text)
Parameters
CalendarVisualElement
owner
|
System.String
text
|
CalendarCellElement(CalendarVisualElement, RadCalendar, CalendarView, String)
Declaration
public CalendarCellElement(CalendarVisualElement owner, RadCalendar calendar, CalendarView view, string text)
Parameters
CalendarVisualElement
owner
|
RadCalendar
calendar
|
CalendarView
view
|
System.String
text
|
CalendarCellElement(RadCalendar, CalendarView)
Declaration
public CalendarCellElement(RadCalendar calendar, CalendarView view)
Parameters
RadCalendar
calendar
|
CalendarView
view
|
CalendarCellElement(RadCalendar, CalendarView, String)
Declaration
public CalendarCellElement(RadCalendar calendar, CalendarView view, string text)
Parameters
RadCalendar
calendar
|
CalendarView
view
|
System.String
text
|
Fields
AllowFishEyeProperty
CellClickedEvent
FocusedProperty
IsHeaderCellProperty
IsZoomingProperty
OtherMonthProperty
OutOfRangeProperty
SelectedProperty
SpecialDayProperty
TodayProperty
WeekEndProperty
ZoomFactorProperty
Properties
AllowFishEye
Indicates the fish eye feature factor of a cell.
Declaration
[RadPropertyDefaultValue("AllowFishEye", typeof(CalendarCellElement))]
public virtual bool AllowFishEye { get; set; }
Property Value
System.Boolean
|
Column
Declaration
public int Column { get; }
Property Value
System.Int32
|
Date
Gets or sets the date which that cell is representing.
Declaration
public virtual DateTime Date { get; set; }
Property Value
System.DateTime
|
DefaultSize
Declaration
public override Size DefaultSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
Focused
Gets or sets the today cell.
Declaration
[RadPropertyDefaultValue("Focused", typeof(CalendarCellElement))]
public virtual bool Focused { get; set; }
Property Value
System.Boolean
|
OtherMonth
Gets or sets the cell which is from other month.
Declaration
[RadPropertyDefaultValue("OtherMonth", typeof(CalendarCellElement))]
public virtual bool OtherMonth { get; set; }
Property Value
System.Boolean
|
OutOfRange
Gets or sets the out of range cell.
Declaration
[RadPropertyDefaultValue("OutOfRange", typeof(CalendarCellElement))]
public virtual bool OutOfRange { get; set; }
Property Value
System.Boolean
|
Row
Declaration
public int Row { get; }
Property Value
System.Int32
|
Selected
Gets or sets the selected cell.
Declaration
[RadPropertyDefaultValue("SelectedProperty", typeof(CalendarCellElement))]
public virtual bool Selected { get; set; }
Property Value
System.Boolean
|
SpecialDay
Gets or sets a cell representing a special day.
Declaration
[RadPropertyDefaultValue("TemplateDay", typeof(CalendarCellElement))]
public virtual bool SpecialDay { get; set; }
Property Value
System.Boolean
|
Today
Gets or sets the today cell.
Declaration
[RadPropertyDefaultValue("Today", typeof(CalendarCellElement))]
public virtual bool Today { get; set; }
Property Value
System.Boolean
|
WeekEnd
Gets or sets the week end cell.
Declaration
[RadPropertyDefaultValue("WeekEnd", typeof(CalendarCellElement))]
public virtual bool WeekEnd { get; set; }
Property Value
System.Boolean
|
ZoomFactor
Gets or sets the zooming factor of a cell.
Declaration
[RadPropertyDefaultValue("ZoomFactor", typeof(CalendarCellElement))]
public virtual float ZoomFactor { get; set; }
Property Value
System.Single
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
DpiScaleChanged(SizeF)
Declaration
public override void DpiScaleChanged(SizeF scaleFactor)
Parameters
System.Drawing.SizeF
scaleFactor
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|