ResourceItem.Visible Property
Gets or sets whether the resource is visible.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the resource is visible; otherwise, false. |
Remarks
With the Visible property set to false, the target resource is not displayed in the grouped mode (if the SchedulerControl.GroupType property is set to SchedulerGroupType.Resource or SchedulerGroupType.Date). Associated appointments are also hidden.
Changing the Visible property value raises the PropertyChanged event.
See Also