dbicCalendar Send comments on this topic.
RightToLeftLayout Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : RightToLeftLayout Property

Gets or sets a value indicating whether right-to-left mirror placement is turned on.

Syntax

Visual Basic (Declaration) 
Public Overridable Property RightToLeftLayout As Boolean
C# 
public virtual bool RightToLeftLayout {get; set;}

Property Value

true if right-to-left mirror placement is turned on; otherwise, false for standard child control placement. The default is false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also