Interface IAppointmentsPanel
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IAppointmentsPanel : IControl, IFrameworkElement, ITargetElement
Properties
AppointmentItems
Declaration
IList<IAppointmentItem> AppointmentItems { get; }
Property Value
System.
|
GroupHeaders
Declaration
IList<IGroupHeader> GroupHeaders { get; }
Property Value
System.
|
Methods
GetAllAppointmentsBySubject(String, Boolean)
Declaration
IList<IAppointmentItem> GetAllAppointmentsBySubject(string text, bool isExactMatch)
Parameters
System.
|
System.
|
Returns
System.
|
GetAllGroupHeadersByText(String, Boolean)
Declaration
IList<IGroupHeader> GetAllGroupHeadersByText(string text, bool isExactMatch)
Parameters
System.
|
System.
|
Returns
System.
|
GetAppointmentBySubject(String, Boolean)
Declaration
IAppointmentItem GetAppointmentBySubject(string subject, bool isExactMatch)
Parameters
System.
|
System.
|
Returns
GetGroupHeaderByText(String, Boolean)
Declaration
IGroupHeader GetGroupHeaderByText(string text, bool isExactMatch)
Parameters
System.
|
System.
|