Back to Devexpress

CalendarControlBase.CalendarIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-5c08ab15.md

latest2.3 KB
Original Source

CalendarControlBase.CalendarIndent Property

Gets or sets the vertical and horizontal indent between adjacent months, in pixels.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int CalendarIndent { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property CalendarIndent As Integer

Property Value

TypeDescription
Int32

The vertical and horizontal indent between adjacent months, in pixels

|

Remarks

The CalendarControl can display several months horizontally and/or vertically (use the CalendarControlBase.ColumnCount and CalendarControlBase.RowCount properties). The CalendarIndent property specifies the vertical and horizontal distance between adjacent months.

See Also

ColumnCount

RowCount

ShowMonthHeaders

CalendarHorizontalIndent

CalendarVerticalIndent

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace