Back to Devexpress

ResourceItem.Visible Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourceitem-44167dcc.md

latest1.5 KB
Original Source

ResourceItem.Visible Property

Gets or sets whether the resource is visible.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
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

ResourceItem Class

ResourceItem Members

DevExpress.Xpf.Scheduling Namespace