Skip to main content

AppointmentViewInfo.IsEndVisible Property

Indicates whether the appointment scheduled time ends within the visible interval of dates.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool IsEndVisible { get; set; }

#Property Value

Type Description
Boolean

true if an appointment end is visible; otherwise, false.

See Also