CalendarControl.CalendarIndent Property
In This Article
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.
Calendar |
Calendar |
---|---|
![]() |
![]() |
See Also