ClassCalendarNavigationElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CalendarNavigationElement : CalendarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIItemBaseLightVisualElementCalendarVisualElementCalendarNavigationElement
Implements:
Inherited Members
Fields
FastLeftButtonImageProperty
Declaration
public static RadProperty FastLeftButtonImageProperty
Field Value
FastRightButtonImageProperty
Declaration
public static RadProperty FastRightButtonImageProperty
Field Value
LeftButtonImageProperty
Declaration
public static RadProperty LeftButtonImageProperty
Field Value
RightButtonImageProperty
Declaration
public static RadProperty RightButtonImageProperty
Field Value
Properties
FastBackwardButton
first button
Declaration
public RadButtonElement FastBackwardButton { get; }
Property Value
FastForwardButton
Last button
Declaration
public RadButtonElement FastForwardButton { get; }
Property Value
FastLeftButtonImage
Declaration
[TypeConverter(typeof(ImageTypeConverter))]
public virtual Image FastLeftButtonImage { get; set; }
Property Value
FastNavigationItemsCount
Gets or sets the count of the items in the fast navigation drop down. Note that only 3, 7, 11 and 13 values can be accepted.
FastRightButtonImage
Declaration
[TypeConverter(typeof(ImageTypeConverter))]
public virtual Image FastRightButtonImage { get; set; }
Property Value
LeftButtonImage
Declaration
[TypeConverter(typeof(ImageTypeConverter))]
public virtual Image LeftButtonImage { get; set; }
Property Value
NavigationMode
Declaration
public HeaderNavigationMode NavigationMode { get; set; }
Property Value
NextButton
next button
Declaration
public RadButtonElement NextButton { get; }
Property Value
PreviousButton
previuos button
Declaration
public RadButtonElement PreviousButton { get; }
Property Value
RightButtonImage
Declaration
[TypeConverter(typeof(ImageTypeConverter))]
public virtual Image RightButtonImage { get; set; }
Property Value
StretchVertically
Declaration
public override bool StretchVertically { get; set; }
Property Value
Overrides
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Disposes of managed resources including cached images and SVG images when the element is being disposed.
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Initializes the internal fields and components of the LightVisualElement. This method sets up text primitives, image primitives, and layout management components.
Declaration
protected override void InitializeFields()
Overrides
OnMouseDown(MouseEventArgs)
Called when a mouse button is pressed down over the item.
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
e
The mouse event arguments.
Overrides
OnMouseMove(MouseEventArgs)
Called when the mouse moves over the item, handling highlight and border highlight effects.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
The mouse event arguments.
Overrides
OnMouseUp(MouseEventArgs)
Called when a mouse button is released over the item.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
e
The mouse event arguments.
Overrides
RefreshVisuals()
Declaration
public override void RefreshVisuals()
Overrides
RefreshVisuals(bool)
Declaration
public override void RefreshVisuals(bool unconditional)
Parameters
unconditional
Overrides
UpdateView(CalendarView)
Declaration
protected virtual void UpdateView(CalendarView view)
Parameters
view
UpdateVisuals()
Declaration
protected virtual void UpdateVisuals()