Resource.Visible Property
In This Article
Gets or sets whether the resource is visible.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the resource is visible; otherwise, false. |
#Remarks
Note that if the scheduler's data is either grouped by dates or by resources (the SchedulerControl.GroupType property is not SchedulerGroupType.None), and if the current resource is invisible, then its appointments will also be hidden.
See Also