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

AppointmentImageInfoCore.Visible Property

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

Namespace: DevExpress.XtraScheduler.Drawing

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

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the image is visible; otherwise, false.

See Also