Back to Devexpress

TcxSchedulerStorageResourceItem.Visible Property

vcl-cxschedulerstorage-dot-tcxschedulerstorageresourceitem-44af6f55.md

latest1.1 KB
Original Source

TcxSchedulerStorageResourceItem.Visible Property

Specifies if the resource is visible in the scheduling area.

Declaration

delphi
property Visible: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxSchedulerStorageResourceItem Class

TcxSchedulerStorageResourceItem Members

cxSchedulerStorage Unit