Skip to main content

AppointmentImageInfoCore.Visible Property

Specifies whether the image, associated with the appointment, is visible or hidden.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the image is visible; otherwise, false.

See Also