Skip to main content

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.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(true)]
[DefaultValue(-1)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public int CalendarIndent { get; set; }

Property Value

Type Default Description
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 = 0 CalendarIndent = 50
Reporting-CalendarControl.CalendarIndent-0 Reporting-CalendarControl.CalendarIndent-50
See Also