Back to Devexpress

CalendarControl.CalendarIndent Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-calendarcontrol-0d76ca2c.md

latest2.1 KB
Original Source

CalendarControl.CalendarIndent Property

Gets or sets the distance between adjacent months when a calendar displays several months simultaneously.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[DefaultValue(-1)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public int CalendarIndent { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(-1)>
<XtraSerializableProperty>
Public Property CalendarIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer that is the additional distance between months, in pixels.

|

Remarks

By default, the property is set to -1. This value indicates that the spacing between months is obtained from the applied skin. When set to 0 (zero), the property minimizes the distance between displayed months, as illustrated in the picture below.

CalendarIndent = 0CalendarIndent = 50

See Also

CalendarControl Class

CalendarControl Members

DevExpress.XtraScheduler.Reporting Namespace