Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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