Skip to main content

ResourceItem.Visible Property

Gets or sets whether the resource is visible.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool Visible { get; set; }

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