Back to Devexpress

DayViewAppointmentDisplayOptionsEx.AppointmentWidth Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayviewappointmentdisplayoptionsex-7a2cf4ad.md

latest3.5 KB
Original Source

DayViewAppointmentDisplayOptionsEx.AppointmentWidth Property

Gets or sets the custom width for all Appointments. This custom width is in effect only when the ColumnWidthMode is set to Auto, and can be ignored depending on other Scheduler settings (see the description below).

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public int AppointmentWidth { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property AppointmentWidth As Integer

Property Value

TypeDefaultDescription
Int320

The Appointment width.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AppointmentWidth
DayView

.AppointmentDisplayOptions .AppointmentWidth

|

Remarks

In Day, Work Week, and Full Week Views, you can set custom appointment or column sizes. Both settings are available when appointments are not grouped by their dates (the SchedulerControl.GroupType property does not equal “Date”).

Custom Column Width

Set the View.ColumnWidthMode property to “Fixed” and specify the View.ColumnWidth property value.

You can enable the View.AppointmentDisplayOptions.StretchAppointments property so that appointments stretch horizontally to occupy the entire column width.

Custom Appointment Width

Set the View.ColumnWidthMode property to “Auto” and specify the View.AppointmentDisplayOptions.AppointmentWidth property value.

The View.AppointmentDisplayOptions.StretchAppointments property is also in effect in this mode, and allows you to specify whether rightmost appointments should occupy the remaining time cell space.

See Also

DayViewAppointmentDisplayOptionsEx Class

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace