Skip to main content

TcxSchedulerStorageResourceItem.Visible Property

Specifies if the resource is visible in the scheduling area.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False or True to hide or display the resource (calendar) in the associated Scheduler control’s scheduling area. Use the control’s OptionsView.GroupingKind property to change how it displays visible resources.

The default Visible property value is True.

See Also