Class CalendarPanel
Inheritance
System.Object
CalendarPanel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class CalendarPanel : RadUniformGrid, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
CalendarPanel()
Declaration
public CalendarPanel()
Methods
ButtonClick(String, Int32)
Declaration
public void ButtonClick(string buttonText, int occurrence)
Parameters
System.String
buttonText
|
System.Int32
occurrence
|
ContainsButton(String)
Declaration
public bool ContainsButton(string buttonText)
Parameters
System.String
buttonText
|
Returns
System.Boolean
|
GetButton(String)
Declaration
public CalendarButton GetButton(string dateText)
Parameters
System.String
dateText
|
Returns
CalendarButton
|
GetButton(String, Int32)
Declaration
public CalendarButton GetButton(string buttonText, int occurrenceIndex)
Parameters
System.String
buttonText
|
System.Int32
occurrenceIndex
|
Returns
CalendarButton
|
GetButtons(String)
Declaration
public IList<CalendarButton> GetButtons(string buttonText)
Parameters
System.String
buttonText
|
Returns
System.Collections.Generic.IList<CalendarButton>
|
SelectDayRange(String, Int32, String, Int32)
Declaration
public void SelectDayRange(string firstDay, int firstDayOccurrence, string lastDay, int lastDayOccurrence)
Parameters
System.String
firstDay
|
System.Int32
firstDayOccurrence
|
System.String
lastDay
|
System.Int32
lastDayOccurrence
|
SelectDayRange(String, String)
Declaration
public void SelectDayRange(string firstDay, string lastDay)
Parameters
System.String
firstDay
|
System.String
lastDay
|