Resource.Visible Property
Gets or sets whether the resource is visible.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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