Skip to main content

CalendarControlBase.CellSize Property

Gets or sets calendar cell size.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public Size CellSize { get; set; }

Property Value

Type Description
Size

The calendar cell size.

See Also