TcxSchedulerAgendaView.ShowLocations Property
In This Article
Specifies if user events show location text.
#Declaration
Delphi
property ShowLocations: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide optional location text in user events.
Value | Example |
---|---|
True | ![]() |
False | ![]() |
The ShowLocations property’s default value is True.
See Also