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

Resource.Visible Property

Gets or sets whether the resource is visible.

Namespace: DevExpress.XtraScheduler

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

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the resource is visible; otherwise, false.

Remarks

If the current resource is invisible, it is not displayed in grouped mode (when the control’s GroupType is SchedulerGroupType.Resource or SchedulerGroupType.Date), and associated appointments are also hidden.

See Also