Back to Devexpress

Resource.Visible Property

corelibraries-devexpress-dot-xtrascheduler-dot-resource.md

latest1.3 KB
Original Source

Resource.Visible Property

Gets or sets whether the resource is visible.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
bool Visible { get; set; }
vb
Property Visible As Boolean

Property Value

TypeDescription
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

Resource Interface

Resource Members

DevExpress.XtraScheduler Namespace