Class AppointmentsPanel
Inheritance
System.Object
AppointmentsPanel
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class AppointmentsPanel : Control, IAutomationPeer, IPeerConverter, IAppointmentsPanel, IControl, IFrameworkElement, ITargetElement
Constructors
AppointmentsPanel()
Declaration
public AppointmentsPanel()
Properties
AppointmentItems
Declaration
public IList<IAppointmentItem> AppointmentItems { get; }
Property Value
System.Collections.Generic.IList<IAppointmentItem>
|
Implements
GroupHeaders
Declaration
public IList<IGroupHeader> GroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IGroupHeader>
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetAllAppointmentsBySubject(String, Boolean)
Declaration
public IList<IAppointmentItem> GetAllAppointmentsBySubject(string text, bool isExactMatch)
Parameters
System.String
text
|
System.Boolean
isExactMatch
|
Returns
System.Collections.Generic.IList<IAppointmentItem>
|
Implements
GetAllGroupHeadersByText(String, Boolean)
Declaration
public IList<IGroupHeader> GetAllGroupHeadersByText(string text, bool isExactMatch)
Parameters
System.String
text
|
System.Boolean
isExactMatch
|
Returns
System.Collections.Generic.IList<IGroupHeader>
|
Implements
GetAppointmentBySubject(String, Boolean)
Declaration
public IAppointmentItem GetAppointmentBySubject(string subject, bool isExactMatch)
Parameters
System.String
subject
|
System.Boolean
isExactMatch
|
Returns
IAppointmentItem
|
Implements
GetGroupHeaderByText(String, Boolean)
Declaration
public IGroupHeader GetGroupHeaderByText(string text, bool isExactMatch)
Parameters
System.String
text
|
System.Boolean
isExactMatch
|
Returns
IGroupHeader
|