Skip to main content

AppointmentViewInfo.IsStartVisible Property

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

Namespace: DevExpress.Xpf.Scheduler.Drawing

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

Declaration

public bool IsStartVisible { get; set; }
Public Property IsStartVisible As Boolean

Property Value

Type Description
Boolean

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

See Also