Skip to main content

Resource.Visible Property

Gets or sets whether the resource is visible.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public bool Visible { get; set; }

#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