Back to Devexpress

CalendarControlBase.CellPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-8290561c.md

latest1.6 KB
Original Source

CalendarControlBase.CellPadding Property

Gets or sets the amount of space in pixels between a cell’s borders and its content (text).

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public Padding CellPadding { get; set; }
vb
<DXCategory("Layout")>
Public Property CellPadding As Padding

Property Value

TypeDescription
Padding

Calendar cell padding

|

Remarks

The CellPadding property specifies the amount of space in pixels between a cell’s borders and its content (text).

To specify the cell size, use the CalendarControlBase.CellSize property.

See Also

CellSize

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace