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

Appointment.IsBase Property

Gets whether the appointment is base (of the Normal or Pattern type).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

bool IsBase { get; }

Property Value

Type Description
Boolean

True if it’s a base appointment; otherwise, false.

Remarks

An appointment is a base appointment if its Appointment.Type is equal either to AppointmentType.Normal or AppointmentType.Pattern.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IsBase property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also