Skip to main content

Resource.Visible Property

Gets or sets whether the resource is visible.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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