Class AgendaViewSettings
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AgendaViewSettings : CalendarChildElementBase, IChildElement
Constructors
AgendaViewSettings()
Declaration
public AgendaViewSettings()
Fields
AgendaItemStyleSelectorProperty
Identifies the AgendaItemStyleSelector property.
Declaration
public static readonly BindableProperty AgendaItemStyleSelectorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentItemEndDateFormatProperty
Identifies the AppointmentItemEndDateFormat property.
Declaration
public static readonly BindableProperty AppointmentItemEndDateFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentItemStartDateFormatProperty
Identifies the AppointmentItemStartDateFormat property.
Declaration
public static readonly BindableProperty AppointmentItemStartDateFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentItemTimeFormatProperty
Identifies the AppointmentItemTimeFormat property.
Declaration
public static readonly BindableProperty AppointmentItemTimeFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
DayItemFormatProperty
Identifies the DayItemFormat property.
Declaration
public static readonly BindableProperty DayItemFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsHeaderStickyProperty
Identifies the IsHeaderSticky property.
Declaration
public static readonly BindableProperty IsHeaderStickyProperty
Field Value
Xamarin.Forms.BindableProperty
|
MonthItemFormatProperty
Identifies the MonthItemFormat property.
Declaration
public static readonly BindableProperty MonthItemFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
StickyHeaderFormatProperty
Identifies the StickyHeaderFormat property.
Declaration
public static readonly BindableProperty StickyHeaderFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
StickyHeaderStyleProperty
Identifies the StickyHeaderStyle property.
Declaration
public static readonly BindableProperty StickyHeaderStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
WeekItemEndDateFormatProperty
Identifies the WeekItemEndDateFormat property.
Declaration
public static readonly BindableProperty WeekItemEndDateFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
WeekItemStartDateFormatProperty
Identifies the WeekItemStartDateFormat property.
Declaration
public static readonly BindableProperty WeekItemStartDateFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AgendaItemStyleSelector
Gets or sets the style for the items of the agenda view.
Declaration
public AgendaItemStyleSelector AgendaItemStyleSelector { get; set; }
Property Value
AgendaItemStyleSelector
|
AppointmentItemEndDateFormat
Gets or sets the format of the end date visualized in the appointment item.
Declaration
public string AppointmentItemEndDateFormat { get; set; }
Property Value
System.String
|
AppointmentItemStartDateFormat
Gets or sets the format of the start date visualized in the appointment item.
Declaration
public string AppointmentItemStartDateFormat { get; set; }
Property Value
System.String
|
AppointmentItemTimeFormat
Gets or sets the format of the time visualized in the appointment item.
Declaration
public string AppointmentItemTimeFormat { get; set; }
Property Value
System.String
|
DayItemFormat
Gets or sets the format of the day item visualized in the view.
Declaration
public string DayItemFormat { get; set; }
Property Value
System.String
|
IsHeaderSticky
Gets or sets a value indicating whether the header of the Agenda is sticky.
Declaration
public bool IsHeaderSticky { get; set; }
Property Value
System.Boolean
|
MonthItemFormat
Gets or sets the format of the month item visualized in the view.
Declaration
public string MonthItemFormat { get; set; }
Property Value
System.String
|
StickyHeaderFormat
Gets or sets the format to be applied for the month text in the sticky header item.
Declaration
public string StickyHeaderFormat { get; set; }
Property Value
System.String
|
StickyHeaderStyle
Gets or sets the style of the sticky header item.
Declaration
public AgendaStickyHeaderStyle StickyHeaderStyle { get; set; }
Property Value
AgendaStickyHeaderStyle
|
WeekItemEndDateFormat
Gets or sets the format of the end date of the week item visualized in the view.
Declaration
public string WeekItemEndDateFormat { get; set; }
Property Value
System.String
|
WeekItemStartDateFormat
Gets or sets the format of the start date of the week item visualized in the view.
Declaration
public string WeekItemStartDateFormat { get; set; }
Property Value
System.String
|