Calendar direction (RTL/LTR). Not supported officially.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public TextDirection Direction { get; set; } |
| Visual Basic |
|---|
Public Property Direction As TextDirection Get Set |
| Visual C++ |
|---|
public: property TextDirection Direction { TextDirection get (); void set (TextDirection value); } |