AppointmentStyle Class
The storage of appointment item appearance settings.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public class AppointmentStyle :
ItemStyle
Related API Members
The following members return AppointmentStyle objects:
Remarks
The DayView, WorkWeekView and WeekView, MonthView use this class to store all day appointments’ and regular appointments’ settings:
- Regular Appointment in the Day-based View
- All-Day Appointment in the Day-based View
- Appointment in the Month View
The style provides the following settings that manage an appointment’s appearance:
Example
This example demonstrates how to use the appointment style and its customizer to modify the cell’s appearance.
<dxs:WorkWeekView.AppointmentStyle>
<dxs:AppointmentStyle
BorderThickness="2"
BorderColor="#808080"
ContentPadding="8">
<dxs:AppointmentStyle.TextStyle>
<dxs:TextStyle Color="Black"/>
</dxs:AppointmentStyle.TextStyle>
<dxs:AppointmentStyle.Customizer>
<views:AppointmentCustomizer/>
</dxs:AppointmentStyle.Customizer>
</dxs:AppointmentStyle>
</dxs:WorkWeekView.AppointmentStyle>
Symbol | Description |
---|---|
Gets or sets appearance settings of appointments. | |
| The storage of appointment item appearance settings. |
Gets or sets the object that customizes the appointment appearance depending on internal logic. | |
The interface that should implement a class that modifies appearance settings of individual appointments. | |
Modifies appearance settings of an individual appointment. | |
The storage for appearance settings values of an individual appointment item‘s representation. |