The text of the 'scroll down' label.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Scroll labels now use a built-in image instead of a text. This property is ignored.")]
public string ScrollDownLabelText { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Scroll labels now use a built-in image instead of a text. This property is ignored.")> _
Public Property ScrollDownLabelText As String
Get
Set |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Scroll labels now use a built-in image instead of a text. This property is ignored.")]
property String^ ScrollDownLabelText {
String^ get ();
void set (String^ value);
} |
See Also