TcxSchedulerCustomView.CanShow Property
Specifies whether the time View can be displayed in the scheduling area.
Declaration
property CanShow: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the CanShow property is set to False the time View won’t be shown in the scheduling area.
Note
If the CanShow property value is False the Active property value is also False.
The default value of the CanShow property is True.
See Also