Skip to main content

AppointmentFormController.IsTimeVisible Property

Gets whether date and time controls are displayed on the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool IsTimeVisible { get; }

Property Value

Type Description
Boolean

True if date and time control are displayed; otherwise, false.

See Also