Skip to main content
A newer version of this page is available. .

AppointmentFormController.IsTimeVisible Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool IsTimeVisible { get; }

Property Value

Type Description
Boolean

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

See Also